Skip to content

Commit

Permalink
Fix: Chip warnings about nested tags (#3840)
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Jun 13, 2024
1 parent d826efa commit 067d738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sidebar/SidebarNavigation/config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const navItems: NavItem[] = [
label: 'Swap',
icon: <SvgIcon component={SwapIcon} inheritViewBox />,
href: AppRoutes.swap,
tag: <Chip />,
tag: <Chip component="span" />,
},
{
label: 'Transactions',
Expand Down

0 comments on commit 067d738

Please sign in to comment.