Skip to content

Commit

Permalink
remove id
Browse files Browse the repository at this point in the history
  • Loading branch information
Lykhoyda committed Oct 16, 2023
1 parent df05ae6 commit 183732e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/ui/src/components/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ const Header = ({ handleDrawerOpen }: Props) => {
useWalletConnectEventsManager()

return (
<MuiAppBarStyled
position="sticky"
data-cy="header-navbar"
>
<MuiAppBarStyled position="sticky">
<Toolbar>
<LogoWrapperStyled>
<HomeLinkStyled to="/">
Expand Down

0 comments on commit 183732e

Please sign in to comment.