From fc4ba40335bd02ca0c801f8bf8394bc2b6f3b80c Mon Sep 17 00:00:00 2001 From: amhsirak Date: Mon, 20 Jan 2025 23:56:38 +0530 Subject: [PATCH] chore: lint --- src/components/robot/ScheduleSettings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/robot/ScheduleSettings.tsx b/src/components/robot/ScheduleSettings.tsx index b676dcd9..4dbc702f 100644 --- a/src/components/robot/ScheduleSettings.tsx +++ b/src/components/robot/ScheduleSettings.tsx @@ -208,7 +208,7 @@ export const ScheduleSettingsModal = ({ isOpen, handleStart, handleClose, initia > {days.map((day) => ( {day.charAt(0).toUpperCase() + day.slice(1).toLowerCase()} - + ))}