Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
fix uphold verified flyout in storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
cg505 committed Jul 19, 2019
1 parent e939d7d commit bc1f653
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stories/features/rewards/concepts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ storiesOf('Feature Components/Rewards/Concepts/Desktop', module)
}

const onVerifyClick = () => console.log('onVerifyClick')
const onDisconnectClick = () => console.log('onDisconnectClick')

const convertProbiToFixed = (probi: string, places: number = 1) => {
return '0.0'
Expand Down Expand Up @@ -484,6 +485,7 @@ storiesOf('Feature Components/Rewards/Concepts/Desktop', module)
'disconnected verified': 'disconnected_verified'
}, 'unverified') as WalletState}
onVerifyClick={onVerifyClick}
onDisconnectClick={onDisconnectClick}
userName={text('user name', 'jennrhim')}
>
<WalletSummarySlider
Expand Down

0 comments on commit bc1f653

Please sign in to comment.