Skip to content

Commit

Permalink
Update WalletCreateSeed.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyratox committed Jun 13, 2022
1 parent 51ea4bf commit f0c0964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fe1-web/src/features/wallet/screens/WalletCreateSeed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ const WalletCreateSeed = () => {
</Text>
<View style={styles.words}>
{seed.split(' ').map((word, idx) => (
<Text key={idx.toString()} style={styles.word} selectable>
<Text key={idx.toString()} style={styles.word}>
{word}
</Text>
))}
Expand Down

0 comments on commit f0c0964

Please sign in to comment.