Skip to content

Commit

Permalink
fix(ui): #1713: add hash before the account number
Browse files Browse the repository at this point in the history
  • Loading branch information
VanishMax committed Aug 26, 2024
1 parent c0d387c commit f0e419b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/WalletBalance/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export const WalletBalance = ({
onClick={onClick}
>
<WalletIcon />
<ValueText detailTechnical>{account.account}</ValueText>
<ValueText detailTechnical>#{account.account}</ValueText>
</AccountWrapper>

<ValueText detailTechnical>
Expand Down

0 comments on commit f0e419b

Please sign in to comment.