From 0f4080e3ec34215e4f24a92df31da4535311f9e7 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Mon, 28 Oct 2024 05:52:55 +0530 Subject: [PATCH] feat: remove scheduler --- src/components/molecules/ScheduleSettings.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/molecules/ScheduleSettings.tsx b/src/components/molecules/ScheduleSettings.tsx index a006fcb0..fae240f9 100644 --- a/src/components/molecules/ScheduleSettings.tsx +++ b/src/components/molecules/ScheduleSettings.tsx @@ -135,7 +135,6 @@ export const ScheduleSettingsModal = ({ isOpen, handleStart, handleClose, initia { (schedule !== null) ? ( <> - Robot has a schedule set up Run every: {schedule.runEvery} {schedule.runEveryUnit.toLowerCase()} Start from: {schedule.startFrom.charAt(0).toUpperCase() + schedule.startFrom.slice(1).toLowerCase()} At around: {schedule.atTimeStart}, {schedule.timezone} Timezone