mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-16 05:17:22 +00:00
feat: add confirm phrase stage for key gen story
This commit is contained in:
parent
8cbbb81707
commit
64a68a5b61
@ -20,3 +20,9 @@ export const Default: Story = {
|
|||||||
isConfirmPhraseStage: false,
|
isConfirmPhraseStage: false,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export const ConfirmPhraseStage: Story = {
|
||||||
|
args: {
|
||||||
|
isConfirmPhraseStage: true,
|
||||||
|
},
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user