Skip to content

Commit

Permalink
fix: JSX elements cannot have multiple attributes with the same name
Browse files Browse the repository at this point in the history
  • Loading branch information
karelianpie committed Sep 22, 2023
1 parent 237e985 commit a8ab8cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/common/components/AppHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export function AppHeader(): ReactElement {

return (
<Header
showNetworkSelector
showNetworkSelector={false}
linkComponent={<Link href={''} />}
currentPathName={pathname}
onOpenMenuMobile={onOpenMenu}
Expand All @@ -180,7 +180,6 @@ export function AppHeader(): ReactElement {
</div>
</Renderable>
}
showNetworkSelector={false}
/>
);
}

0 comments on commit a8ab8cb

Please sign in to comment.