chore: lint

This commit is contained in:
karishmas6
2024-10-19 04:23:22 +05:30
parent 24877d1d4a
commit 06d8b83595

View File

@@ -70,7 +70,7 @@ export const BrowserTabs = (
})} })}
</Tabs> </Tabs>
</Box> </Box>
<AddButton handleClick={handleAddNewTab} style={{ background: 'white'}} /> <AddButton handleClick={handleAddNewTab} style={{ background: 'white' }} />
</Box> </Box>
); );
} }