Skip to content

Commit

Permalink
Update Header.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosgj94 authored Nov 3, 2024
1 parent 09f3970 commit 7b5b0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/GetStarted/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function Header({ ...props }: React.HTMLAttributes<HTMLElement>): JSX.Element {
}

if (balanceStatus === 'default' && !accountConnected) {
return (<></>)
return <></>
}

return (
Expand Down

0 comments on commit 7b5b0f3

Please sign in to comment.