Skip to content

Commit

Permalink
Updating function props to actions in storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
georgewrmarshall committed Jun 19, 2023
1 parent e6db7ee commit 0fa090b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/components/app/nft-options/nft-options.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ export default {
component: NftOptions,
argTypes: {
onRemove: {
control: 'onRemove',
action: 'onRemove',
},
onViewOnOpensea: {
control: 'onViewOnOpensea',
action: 'onViewOnOpensea',
},
},
};
Expand Down

0 comments on commit 0fa090b

Please sign in to comment.