fix: whitespace
This commit is contained in:
@@ -55,8 +55,6 @@ interface RobotSettingsProps {
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
export const RobotSettingsModal = ({ isOpen, handleStart, handleClose, initialSettings }: RobotSettingsProps) => {
|
||||
const [robot, setRobot] = useState<RobotSettings | null>(null);
|
||||
const { recordingId } = useGlobalInfoStore();
|
||||
@@ -76,7 +74,6 @@ export const RobotSettingsModal = ({ isOpen, handleStart, handleClose, initialSe
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
return (
|
||||
<GenericModal
|
||||
isOpen={isOpen}
|
||||
|
||||
Reference in New Issue
Block a user