Skip to content

Commit

Permalink
Merge pull request #424 from mgguild/disable-wlltcnct-onWltBind
Browse files Browse the repository at this point in the history
Disable connect wallet button on bound wallet
  • Loading branch information
EAdornado authored Aug 14, 2024
2 parents 0440ded + 41ba470 commit 289f230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Modals/UserDashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ const UserDashboard = ({
</Button>
)}
</Link>
<ConnectWallet theme={'dark'} modalSize={'wide'} />
{!_userTags.includes('title.D4F8F.BoundWallet') && <ConnectWallet theme={'dark'} modalSize={'wide'} />}
<Button
onClick={() => handleLogout()}
borderRadius="8px"
Expand Down

0 comments on commit 289f230

Please sign in to comment.