Update dependency "eslint" to v9.x
v9.39.4
This commit is contained in:
@@ -67,6 +67,7 @@ export const MobileBottomBar = ({ navBarItems }: { navBarItems: NavbarItem[] })
|
||||
>
|
||||
{navBarItems.map(({ path, title, IconComponent, SelectedIconComponent, useBadge }) => (
|
||||
<BottomNavigationAction
|
||||
key={path}
|
||||
value={path}
|
||||
label={t(title)}
|
||||
icon={
|
||||
|
||||
Reference in New Issue
Block a user