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);