Skip to content

Commit

Permalink
fix: show identicon if formatted is undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-1979 committed Oct 28, 2024
1 parent b2f80ab commit a6bb58c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function AccountIcons ({ address, identiconTheme, isSubId, judgements, prefix }:
judgement={judgements}
prefix={prefix}
size={40}
value={formatted}
value={formatted || address}
/>
</Grid>
<Grid container direction='row' item justifyContent='center'>
Expand Down

0 comments on commit a6bb58c

Please sign in to comment.