From 2437241c74755e9bdd32b6523aaa4798c057d1d6 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Tue, 20 May 2025 20:20:55 +0530 Subject: [PATCH] fix: reference to non-exported 'width' property --- src/components/browser/BrowserTabs.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/browser/BrowserTabs.tsx b/src/components/browser/BrowserTabs.tsx index 4aefaa6c..26d33601 100644 --- a/src/components/browser/BrowserTabs.tsx +++ b/src/components/browser/BrowserTabs.tsx @@ -21,8 +21,6 @@ export const BrowserTabs = ( let tabWasClosed = false; - const { width } = useBrowserDimensionsStore(); - const handleChange = (event: React.SyntheticEvent, newValue: number) => { if (!tabWasClosed) { handleChangeIndex(newValue);