diff --git a/src/components/molecules/RobotSettings.tsx b/src/components/molecules/RobotSettings.tsx index 3ecf2b33..07c2cbc5 100644 --- a/src/components/molecules/RobotSettings.tsx +++ b/src/components/molecules/RobotSettings.tsx @@ -55,8 +55,6 @@ interface RobotSettingsProps { } - - export const RobotSettingsModal = ({ isOpen, handleStart, handleClose, initialSettings }: RobotSettingsProps) => { const [robot, setRobot] = useState(null); const { recordingId } = useGlobalInfoStore(); @@ -76,7 +74,6 @@ export const RobotSettingsModal = ({ isOpen, handleStart, handleClose, initialSe } } - return (