chore: lint

This commit is contained in:
karishmas6
2024-10-19 01:06:18 +05:30
parent a253da6ada
commit 305189b3f3

View File

@@ -46,7 +46,7 @@ export const BrowserTabs = (
<Tab
key={`tab-${index}`}
id={`tab-${index}`}
sx={{ background: 'white'}}
sx={{ background: 'white' }}
icon={<CloseButton closeTab={() => {
tabWasClosed = true;
handleCloseTab(index);