fix: reference to non-exported 'width' property

This commit is contained in:
amhsirak
2025-05-20 20:20:55 +05:30
parent 46fd0198c2
commit 2437241c74

View File

@@ -21,8 +21,6 @@ export const BrowserTabs = (
let tabWasClosed = false;
const { width } = useBrowserDimensionsStore();
const handleChange = (event: React.SyntheticEvent, newValue: number) => {
if (!tabWasClosed) {
handleChangeIndex(newValue);