Skip to content

Commit

Permalink
Item component stories - minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
g-stamatis committed Dec 20, 2021
1 parent 360d2a8 commit f0a9902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/customizations/components/theme/Item/Item.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const Template = (args) => <Item.Group {...args}></Item.Group>;



export const DefaultItem = (args) => <Item {...args}></Item>;
export const DefaultItem = (args) => <Item.Group><Item {...args}></Item></Item.Group>;
DefaultItem.args = {
header: 'Header',
image: EUflag,
Expand Down

0 comments on commit f0a9902

Please sign in to comment.