Skip to content

Commit

Permalink
cleanup(loader): Remove useless HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Apr 8, 2022
1 parent 83b8b8e commit d1d180c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/ui/Loader/Loader.stories.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,13 @@ export default {
},
};

const Template = (args) => (
<Segment>
<Loader {...args} inline="centered" />
</Segment>
);
const Template = (args) => <Loader {...args} inline="centered" />;

export const Default = Template.bind({});
Default.args = {
active: true,
content: '',
size: 'mini',
size: 'medium',
};

Default.argTypes = {
Expand Down

0 comments on commit d1d180c

Please sign in to comment.