diff --git a/src/components/forms/poll-options-form/month-calendar/time-picker.tsx b/src/components/forms/poll-options-form/month-calendar/time-picker.tsx index 665e9041d..803cd024b 100644 --- a/src/components/forms/poll-options-form/month-calendar/time-picker.tsx +++ b/src/components/forms/poll-options-form/month-calendar/time-picker.tsx @@ -70,7 +70,7 @@ const TimePicker: React.VoidFunctionComponent = ({ return ( { onChange?.(new Date(newValue)); }}