Skip to content

Commit

Permalink
fix: wallet address link (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rickk137 authored Sep 19, 2023
1 parent 668e0c1 commit 71fdb09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const SelectedWallet = ({
alignItems: 'center',
}}
>
<PrettyTx value={account.toUpperCase()} color="inherit" variant="body1" />
<PrettyTx value={account} color="inherit" variant="body1" />
<WalletIcon name={wallet.name} icon={wallet.icon} sx={wallet?.sx} />
</Box>
<Button
Expand Down

0 comments on commit 71fdb09

Please sign in to comment.