Merge pull request #603 from getmaxun/code-cleanup

fix: reference to non-exported `width` property
This commit is contained in:
Karishma Shukla
2025-05-20 20:21:30 +05:30
committed by GitHub

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