Skip to content

Commit

Permalink
in prog
Browse files Browse the repository at this point in the history
  • Loading branch information
OmerToledo committed Sep 23, 2024
1 parent dfaf99a commit 87f72d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TimerPicker/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ const TimerPicker = forwardRef<TimerPickerRef, TimerPickerProps>(
label={minuteLabel ?? "m"}
interval={minutesInterval}
limit={minuteLimit}
maxValue={60}
maxValue={hideHours ? 60 : 59}
onDurationChange={setSelectedMinutes}
padNumbersWithZero={padMinutesWithZero}
padWithNItems={safePadWithNItems}
Expand Down

0 comments on commit 87f72d8

Please sign in to comment.