From 3fd333f5daa1350c8f16a6f434c86c0bfe197d90 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 24 Oct 2024 03:47:36 +0530 Subject: [PATCH] chore: lint --- src/components/molecules/RobotSettings.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/molecules/RobotSettings.tsx b/src/components/molecules/RobotSettings.tsx index 556d473c..5ad60e90 100644 --- a/src/components/molecules/RobotSettings.tsx +++ b/src/components/molecules/RobotSettings.tsx @@ -91,7 +91,7 @@ export const RobotSettingsModal = ({ isOpen, handleStart, handleClose, initialSe value={robot.recording.workflow[0].where.url} InputProps={{ readOnly: true, - }} + }} style={{ marginBottom: '20px' }} />