From 54b84f89d958494788ca4b9ce6123ce2b661b283 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Wed, 23 Oct 2024 03:52:48 +0530 Subject: [PATCH] chore: lint --- src/components/molecules/ScheduleSettings.tsx | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/components/molecules/ScheduleSettings.tsx b/src/components/molecules/ScheduleSettings.tsx index 77ae73d7..06a08f83 100644 --- a/src/components/molecules/ScheduleSettings.tsx +++ b/src/components/molecules/ScheduleSettings.tsx @@ -136,16 +136,16 @@ export const ScheduleSettingsModal = ({ isOpen, handleStart, handleClose, initia { (schedule !== null) ? ( <> - Robot is scheduled to run every {schedule.runEvery} {schedule.runEveryUnit} starting from {schedule.startFrom} at {schedule.atTimeStart} to {schedule.atTimeEnd} in {schedule.timezone} timezone. - - - + Robot is scheduled to run every {schedule.runEvery} {schedule.runEveryUnit} starting from {schedule.startFrom} at {schedule.atTimeStart} to {schedule.atTimeEnd} in {schedule.timezone} timezone. + + + ) : ( <>