Skip to content

Commit 55a750a

Browse files
committed
fix: tabs
1 parent 2d62912 commit 55a750a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/components/dashboard/MainMenu.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,13 @@ export const MainMenu = ({ value = 'robots', handleChangeContent }: MainMenuProp
8282
>
8383
<Box sx={{ width: '100%', paddingBottom: '1rem' }}>
8484
<Tabs
85-
value={value}
86-
onChange={handleChange}
87-
textColor="primary"
88-
indicatorColor="primary"
89-
orientation="vertical"
90-
sx={{ alignItems: 'flex-start', '& .MuiTabs-indicator': { display: 'none' }}
91-
>
85+
value={value}
86+
onChange={handleChange}
87+
textColor="primary"
88+
indicatorColor="primary"
89+
orientation="vertical"
90+
sx={{ alignItems: 'flex-start', '& .MuiTabs-indicator': { display: 'none' }}}
91+
>
9292
<Tab
9393
value="robots"
9494
label={t('mainmenu.recordings')}

0 commit comments

Comments
 (0)