diff --git a/app/src/atoms/Chip/Chip.stories.tsx b/app/src/atoms/Chip/Chip.stories.tsx index 4c7c034b983..90b9e19af21 100644 --- a/app/src/atoms/Chip/Chip.stories.tsx +++ b/app/src/atoms/Chip/Chip.stories.tsx @@ -39,28 +39,4 @@ export const ChipComponent = Template.bind({}) ChipComponent.args = { type: 'basic', text: 'Chip component', -} - -// export const Error = Template.bind({}) -// Error.args = { -// type: 'error', -// text: 'Not connected', -// } - -// export const Success = Template.bind({}) -// Success.args = { -// type: 'success', -// text: 'Connected', -// } - -// export const Warning = Template.bind({}) -// Warning.args = { -// type: 'warning', -// text: 'Missing 1 module', -// } - -// export const Neutral = Template.bind({}) -// Neutral.args = { -// type: 'neutral', -// text: 'Not connected', -// } +} \ No newline at end of file