Skip to content

Commit

Permalink
Remove passing non-existent prop
Browse files Browse the repository at this point in the history
  • Loading branch information
schroda committed Dec 22, 2024
1 parent 6001779 commit 2424886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/browse/screens/Browse.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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} />
Expand Down

0 comments on commit 2424886

Please sign in to comment.