Skip to content

Commit

Permalink
fix: select hour
Browse files Browse the repository at this point in the history
  • Loading branch information
ialexanderbrito committed Apr 12, 2022
1 parent 71fb279 commit 40395f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Schedule/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export function Schedule() {
const weekDayClick = day.getDay();
getHorarioAtual(String(weekDayClick));
setWeekDay(String(weekDayClick));

setSelectHours('');
setSelectDay(day);
}}
modifiers={{
Expand Down

0 comments on commit 40395f8

Please sign in to comment.