Skip to content

Commit

Permalink
compose stories args
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Jun 3, 2020
1 parent dd28b37 commit 46b3004
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/tooltip/ListItem.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ DefaultIcon.args = { title: 'Default icon', right: <Icon icon="eye" /> };
export const ActiveIcon = Default.bind();
ActiveIcon.args = {
active: true,
title: 'active icon',
right: <Icon icon="eye" />,
...DefaultIcon.args,
};

export const WithPositions = Default.bind();
Expand Down

0 comments on commit 46b3004

Please sign in to comment.