Feature/update dependencies (#477)
* Remove accidentally committed script * Update dependencies * [ESLint] Fix issues * Remove unnecessary "??" operator * Update "vite" to v5.x * Disable "no default export" rule in vite config
This commit is contained in:
@@ -65,8 +65,8 @@ export function MobileBottomBar({ navBarItems }: IProps) {
|
||||
location.pathname === path
|
||||
? 'primary.main'
|
||||
: theme.palette.mode === 'dark'
|
||||
? 'grey.A400'
|
||||
: 'grey.600',
|
||||
? 'grey.A400'
|
||||
: 'grey.600',
|
||||
}}
|
||||
>
|
||||
{t(title)}
|
||||
|
||||
Reference in New Issue
Block a user