fix: add key for recovery phrase word list

This commit is contained in:
RadoslavDimchev 2024-01-16 14:34:24 +02:00
parent d440900d05
commit de3c51d693
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ const RecoveryPhrase = ({ isKeystoreFiles }: RecoveryPhraseProps) => {
className={styles['recovery-phrase']} className={styles['recovery-phrase']}
> >
{generatedMnemonic.map((word, index) => ( {generatedMnemonic.map((word, index) => (
<XStack style={{ width: '100%' }}> <XStack style={{ width: '100%' }} key={word}>
<Stack> <Stack>
<Text key={index} size={19} weight={'semibold'} color="#0d162566"> <Text key={index} size={19} weight={'semibold'} color="#0d162566">
{index + 1}.&nbsp; {index + 1}.&nbsp;