Fallback for the SafetyNumberViewer
This commit is contained in:
parent
da7a76e03f
commit
0872afba3d
9 changed files with 32 additions and 61 deletions
|
@ -58,7 +58,7 @@ const createProps = (overrideProps: Partial<PropsType> = {}): PropsType => ({
|
|||
? overrideProps.verificationDisabled
|
||||
: false
|
||||
),
|
||||
onClose: overrideProps.onClose,
|
||||
onClose: action('onClose'),
|
||||
});
|
||||
|
||||
const story = storiesOf('Components/SafetyNumberViewer', module);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue