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 e401eb9 commit 09f3970
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 (<></>)

Check failure on line 118 in src/components/GetStarted/Header.tsx

View workflow job for this annotation

GitHub Actions / tests

Replace `(<></>)` with `<></>`

Check failure on line 118 in src/components/GetStarted/Header.tsx

View workflow job for this annotation

GitHub Actions / tests

Replace `(<></>)` with `<></>`
}

return (
Expand Down

0 comments on commit 09f3970

Please sign in to comment.