From 892b64d38e928abf71a2cbba04ffbfa021f8fc8a Mon Sep 17 00:00:00 2001 From: RadoslavDimchev Date: Tue, 29 Aug 2023 12:36:03 +0300 Subject: [PATCH] fix: add argument to key generation story --- .../KeyGeneration/KeyGeneration.stories.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/ValidatorOnboarding/KeyGeneration/KeyGeneration.stories.ts b/src/pages/ValidatorOnboarding/KeyGeneration/KeyGeneration.stories.ts index 44da7606..79837024 100644 --- a/src/pages/ValidatorOnboarding/KeyGeneration/KeyGeneration.stories.ts +++ b/src/pages/ValidatorOnboarding/KeyGeneration/KeyGeneration.stories.ts @@ -16,5 +16,7 @@ export default meta type Story = StoryObj export const Page: Story = { - args: {}, + args: { + isConfirmPhraseStage: false, + }, }