Adding storybook story when user goes to opening route without data
This commit is contained in:
parent
a4ea9e055c
commit
f8784a706b
|
@ -20,3 +20,8 @@ storiesOf('Routes /opening', module)
|
||||||
network={ETHEREUM_NETWORK.RINKEBY}
|
network={ETHEREUM_NETWORK.RINKEBY}
|
||||||
/>
|
/>
|
||||||
))
|
))
|
||||||
|
.add('Load this view without a tx', () => (
|
||||||
|
<Component
|
||||||
|
network={ETHEREUM_NETWORK.UNKNOWN}
|
||||||
|
/>
|
||||||
|
))
|
||||||
|
|
Loading…
Reference in New Issue