Remove passing non-existent prop

This commit is contained in:
schroda
2024-12-22 22:04:46 +01:00
parent 6001779434
commit 242488692d

View File

@@ -60,7 +60,7 @@ export function Browse() {
<Tab value={Tabs.MIGRATE} sx={{ textTransform: 'none' }} label={t('migrate.title')} />
</TabsMenu>
<TabPanel index={Tabs.SOURCE} currentIndex={tabName}>
<Sources tabsMenuHeight={tabsMenuHeight} />
<Sources />
</TabPanel>
<TabPanel index={Tabs.EXTENSIONS} currentIndex={tabName}>
<Extensions tabsMenuHeight={tabsMenuHeight} />