Skip to content

Commit

Permalink
disable connect wallet button on bound wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
Buko-pie committed Aug 14, 2024
1 parent 0440ded commit 41ba470
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 41ba470

Please sign in to comment.