diff --git a/src/pages/ValidatorOnboarding/KeyGeneration/KeyGeneration.tsx b/src/pages/ValidatorOnboarding/KeyGeneration/KeyGeneration.tsx
index e5566551..7d3cd5c9 100644
--- a/src/pages/ValidatorOnboarding/KeyGeneration/KeyGeneration.tsx
+++ b/src/pages/ValidatorOnboarding/KeyGeneration/KeyGeneration.tsx
@@ -23,18 +23,26 @@ const KeyGeneration = () => {
4 Validators
-
- }
- />
-
- }
- />
+ {selectedRecoveryMechanism === 'Key Files' && (
+ <>
+
+ }
+ />
+ >
+ )}
+ {selectedRecoveryMechanism === 'Recovery Phrase' && (
+ <>
+
+ }
+ />
+ >
+ )}
)
}