Skip to content

Commit

Permalink
firstlettericon use identity for label
Browse files Browse the repository at this point in the history
  • Loading branch information
lvndry committed Nov 21, 2023
1 parent 2acf225 commit bfdadae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function Item({ item, selected, disabled, onSelect, onClick }: Props) {
onPress={() => onClick(address)}
event="PolkadotNominateSelectValidatorsOpenExplorer"
>
<FirstLetterIcon label={address || "-"} round size={32} />
<FirstLetterIcon label={identity || "-"} round size={32} />
</Touchable>

<View style={styles.nameWrapper}>
Expand Down

0 comments on commit bfdadae

Please sign in to comment.