Skip to content

Commit

Permalink
segment storie changes
Browse files Browse the repository at this point in the history
  • Loading branch information
g-stamatis committed Jan 21, 2022
1 parent df10c2e commit 296371f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,9 @@ export default {
},
};

const Template = (args) => <Segment className="eea-segment" {...args}></Segment>;
const Template = (args) => (
<Segment className="eea-segment" {...args}></Segment>
);

export const Default = Template.bind({});
Default.args = {
Expand Down

0 comments on commit 296371f

Please sign in to comment.