Adding storybook story when user goes to opening route without data

This commit is contained in:
apanizo 2018-09-28 14:27:47 +02:00
parent a4ea9e055c
commit f8784a706b
1 changed files with 5 additions and 0 deletions

View File

@ -20,3 +20,8 @@ storiesOf('Routes /opening', module)
network={ETHEREUM_NETWORK.RINKEBY}
/>
))
.add('Load this view without a tx', () => (
<Component
network={ETHEREUM_NETWORK.UNKNOWN}
/>
))