-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error en solución del creador #1528
Conversation
@@ -104,7 +104,7 @@ export default Component.extend({ | |||
}, | |||
|
|||
guardarSolucion() { | |||
let activityName = this.get("actividad.nombre") || this.storage.getImportedChallenge()?.titulo || "Sin título" | |||
let activityName = this.get("actividad.nombre") || "SinTitulo" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
En teoría nunca debería venir sin un nombre ahora, asi que podría tampoco estar el SinTitulo
👀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no estaria de mas...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
joya! 💯
@@ -104,7 +104,7 @@ export default Component.extend({ | |||
}, | |||
|
|||
guardarSolucion() { | |||
let activityName = this.get("actividad.nombre") || this.storage.getImportedChallenge()?.titulo || "Sin título" | |||
let activityName = this.get("actividad.nombre") || "SinTitulo" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no estaria de mas...
Related: #1521
pilas-bloques-react: Program-AR/pilas-bloques-app#145