diff --git a/src/components/recorder/LeftSidePanel.tsx b/src/components/recorder/LeftSidePanel.tsx index 8b4027a4..38ec18bd 100644 --- a/src/components/recorder/LeftSidePanel.tsx +++ b/src/components/recorder/LeftSidePanel.tsx @@ -44,7 +44,6 @@ export const LeftSidePanel = ( }); const { id, socket } = useSocketStore(); - const { setWidth } = useBrowserDimensionsStore(); const { setRecordingLength } = useGlobalInfoStore(); const workflowHandler = useCallback((data: WorkflowFile) => {