From 4196be475c5b787eff9976d5f97af15f417806d9 Mon Sep 17 00:00:00 2001 From: RadoslavDimchev Date: Fri, 13 Oct 2023 14:44:52 +0300 Subject: [PATCH] fix: rec phase structure --- .../KeyGeneration/RecoveryPhrase.tsx | 31 +++++++++---------- 1 file changed, 14 insertions(+), 17 deletions(-) diff --git a/src/pages/ValidatorOnboarding/KeyGeneration/RecoveryPhrase.tsx b/src/pages/ValidatorOnboarding/KeyGeneration/RecoveryPhrase.tsx index f13ecc3a..44c8ebf3 100644 --- a/src/pages/ValidatorOnboarding/KeyGeneration/RecoveryPhrase.tsx +++ b/src/pages/ValidatorOnboarding/KeyGeneration/RecoveryPhrase.tsx @@ -51,25 +51,22 @@ const RecoveryPhrase = ({ isKeystoreFiles }: RecoveryPhraseProps) => { width: '100%', }} > - - - {generatedMnemonic.map((word, index) => ( - - {index + 1}. {word} - - ))} - - + {generatedMnemonic.map((word, index) => ( + + {index + 1}. {word} + + ))} +