Skip to content

Commit

Permalink
Merge branch 'arregloespacio' into 'main'
Browse files Browse the repository at this point in the history
quita espacio que produce error

See merge request pasosdeJesus/sivel2_gen!512
  • Loading branch information
vtamara committed Aug 14, 2024
2 parents ce81456 + f0c1068 commit 2c001af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/controllers/edad_controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export default class extends Controller {
this.rangoedadTarget.selectedIndex = i;
break;
}
if (rango.length == 1 && edad > = rango[0]) {
if (rango.length == 1 && edad >= rango[0]) {
this.rangoedadTarget.selectedIndex = i;
break;
}
Expand Down

0 comments on commit 2c001af

Please sign in to comment.