fix: reference to non-exported 'width' property
This commit is contained in:
@@ -21,8 +21,6 @@ export const BrowserTabs = (
|
||||
|
||||
let tabWasClosed = false;
|
||||
|
||||
const { width } = useBrowserDimensionsStore();
|
||||
|
||||
const handleChange = (event: React.SyntheticEvent, newValue: number) => {
|
||||
if (!tabWasClosed) {
|
||||
handleChangeIndex(newValue);
|
||||
|
||||
Reference in New Issue
Block a user