Commit f0394b94c4919dc06dfde0b93ca272b3adc9b497
Exists in
develop
Merge branch 'develop' into 'develop'
Develop See merge request !135
Showing
2 changed files
Show diff stats
src/app/shared/sinonimo/sinonimo.component.ts
| ... | ... | @@ -45,7 +45,7 @@ export class SinonimoComponent implements OnInit { |
| 45 | 45 | } |
| 46 | 46 | |
| 47 | 47 | validateNext() { |
| 48 | - const sinonimo = this.sinonimos[this.currentIndex] | |
| 48 | + const sinonimo = this.sinonimos[this.currentIndex]; | |
| 49 | 49 | sinonimo.selected = (sinonimo.cantidadRestante > 0) ? false : true; |
| 50 | 50 | return !sinonimo.selected ? 'disabled' : 'btn-effect'; |
| 51 | 51 | } |