From 168c5c1cff428a882caa1fc7365bad6bab63569f Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Fri, 13 Sep 2024 15:58:16 +0530 Subject: [PATCH] fix: -rm local timezone --- src/components/molecules/ScheduleSettings.tsx | 8 -------- 1 file changed, 8 deletions(-) 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',