Skip to content

Commit

Permalink
Semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyo837 committed Sep 29, 2023
1 parent 153e0cb commit 8d51abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panels/DatetimePanel/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function DatetimePanel<DateType>(props: DatetimePanelProps<DateType>) {
selectedDate = generateConfig.setMinute(selectedDate, validMinute);
selectedDate = generateConfig.setSecond(selectedDate, validSeconds);
return selectedDate;
}
};

// ======================== Events ========================
const onInternalSelect = (date: DateType, source: 'date' | 'time') => {
Expand Down

0 comments on commit 8d51abf

Please sign in to comment.