From 52e95b730fe711cf13ab7ed75dd52b92b3eb4a46 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Tue, 20 May 2025 20:33:59 +0530 Subject: [PATCH] fix: remove reference to non-exported width property --- src/components/recorder/LeftSidePanel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/recorder/LeftSidePanel.tsx b/src/components/recorder/LeftSidePanel.tsx index 939f0329..27a2a102 100644 --- a/src/components/recorder/LeftSidePanel.tsx +++ b/src/components/recorder/LeftSidePanel.tsx @@ -44,7 +44,7 @@ export const LeftSidePanel = ( }); const { id, socket } = useSocketStore(); - const { setWidth, width } = useBrowserDimensionsStore(); + const { setWidth } = useBrowserDimensionsStore(); const { setRecordingLength } = useGlobalInfoStore(); const workflowHandler = useCallback((data: WorkflowFile) => {