diff --git a/src/pages/ValidatorOnboarding/KeyGeneration/RecoveryPhrase.tsx b/src/pages/ValidatorOnboarding/KeyGeneration/RecoveryPhrase.tsx index 80f9716a..a253dcb8 100644 --- a/src/pages/ValidatorOnboarding/KeyGeneration/RecoveryPhrase.tsx +++ b/src/pages/ValidatorOnboarding/KeyGeneration/RecoveryPhrase.tsx @@ -64,16 +64,21 @@ const RecoveryPhrase = ({ isKeystoreFiles }: RecoveryPhraseProps) => { }} className={styles['recovery-phrase']} > - {generatedMnemonic.map((word, index) => ( - - - - {index + 1}.  + {generatedMnemonic.length === 24 && + generatedMnemonic.map((word, index) => ( + + + + {index + 1}.  + + + + {word}