Remove passing non-existent prop
This commit is contained in:
@@ -60,7 +60,7 @@ export function Browse() {
|
|||||||
<Tab value={Tabs.MIGRATE} sx={{ textTransform: 'none' }} label={t('migrate.title')} />
|
<Tab value={Tabs.MIGRATE} sx={{ textTransform: 'none' }} label={t('migrate.title')} />
|
||||||
</TabsMenu>
|
</TabsMenu>
|
||||||
<TabPanel index={Tabs.SOURCE} currentIndex={tabName}>
|
<TabPanel index={Tabs.SOURCE} currentIndex={tabName}>
|
||||||
<Sources tabsMenuHeight={tabsMenuHeight} />
|
<Sources />
|
||||||
</TabPanel>
|
</TabPanel>
|
||||||
<TabPanel index={Tabs.EXTENSIONS} currentIndex={tabName}>
|
<TabPanel index={Tabs.EXTENSIONS} currentIndex={tabName}>
|
||||||
<Extensions tabsMenuHeight={tabsMenuHeight} />
|
<Extensions tabsMenuHeight={tabsMenuHeight} />
|
||||||
|
|||||||
Reference in New Issue
Block a user