Skip to content

Commit

Permalink
fix: default
Browse files Browse the repository at this point in the history
  • Loading branch information
ialexanderbrito committed Oct 11, 2022
1 parent a0039f7 commit 26053c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/semanas.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ export function getDiaSemana(dia: string) {
case '6':
return 'Sábado';
default:
return '';
return 'Dia inválido';
}
}

0 comments on commit 26053c2

Please sign in to comment.