Skip to content

Commit

Permalink
fix(components): connect button showing when user already logged in (#…
Browse files Browse the repository at this point in the history
…216)

Co-authored-by: AshenI99 <asheniranda@Ashens-MacBook-Air.local>
  • Loading branch information
AshenI99 and AshenI99 authored Feb 2, 2022
1 parent 315ab96 commit 2c67de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export const Header = ({
bids
</Button>
)}
{!isInitial && (
{(!isInitial && !accountId) && (
<Button
onClick={onSignIn}
variant="mobileMenu"
Expand Down

1 comment on commit 2c67de2

@vercel
Copy link

@vercel vercel bot commented on 2c67de2 Feb 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.