Skip to content

Commit

Permalink
Enable connected wallet again
Browse files Browse the repository at this point in the history
  • Loading branch information
Jann Müller committed Jan 23, 2025
1 parent 47bd0b5 commit 83d149b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/components/ProfileSwitcher.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default function ProfileSwitcher() {
<MenuItem onClick={() => handleSelect('Mint Authority')}>Mint Authority</MenuItem>
<MenuItem onClick={() => handleSelect('Alice')}>Alice</MenuItem>
<MenuItem onClick={() => handleSelect('Bob')}>Bob</MenuItem>
{/* <MenuItem onClick={() => handleWalletConnect('Connected Wallet')}>Lace</MenuItem> */}
<MenuItem onClick={() => handleWalletConnect('Connected Wallet')}>Lace</MenuItem>
</Menu>
</>
);
Expand Down

0 comments on commit 83d149b

Please sign in to comment.