diff --git a/src/components/molecules/ScheduleSettings.tsx b/src/components/molecules/ScheduleSettings.tsx index fb2d01c9..ef300a91 100644 --- a/src/components/molecules/ScheduleSettings.tsx +++ b/src/components/molecules/ScheduleSettings.tsx @@ -48,14 +48,6 @@ export const ScheduleSettingsModal = ({ isOpen, handleStart, handleClose }: Sche marginRight: '10px', }; - const timezones = [ - 'UTC', - 'America/New_York', - 'Europe/London', - 'Asia/Tokyo', - 'Asia/Kolkata' - ]; - const units = [ 'HOURS', 'DAYS',