fix: add key for recovery phrase word list
This commit is contained in:
parent
d440900d05
commit
de3c51d693
|
@ -76,7 +76,7 @@ const RecoveryPhrase = ({ isKeystoreFiles }: RecoveryPhraseProps) => {
|
|||
className={styles['recovery-phrase']}
|
||||
>
|
||||
{generatedMnemonic.map((word, index) => (
|
||||
<XStack style={{ width: '100%' }}>
|
||||
<XStack style={{ width: '100%' }} key={word}>
|
||||
<Stack>
|
||||
<Text key={index} size={19} weight={'semibold'} color="#0d162566">
|
||||
{index + 1}.
|
||||
|
|
Loading…
Reference in New Issue