Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
darkwing committed Jan 30, 2023
1 parent 12233b7 commit 38be978
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions ui/components/ui/icon/icon.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import SendIcon from './send-icon.component';
import Sign from './sign-icon.component';
import SunCheck from './sun-check-icon.component';
import Swap from './swap-icon-for-list.component';
import SwapIconComponent from './swap-icon.component';
import IconCaretLeft from './icon-caret-left';
import IconCaretRight from './icon-caret-right';
import IconCaretDown from './icon-caret-down';
Expand Down Expand Up @@ -161,7 +160,6 @@ export const DefaultStory = (args) => (
<IconItem Component={<SunCheck {...args} />} />
<IconItem Component={<SunCheck {...args} reverseColors />} />
<IconItem Component={<SwapIcon {...args} />} />
<IconItem Component={<SwapIconComponent {...args} />} />
<IconItem Component={<CopyIcon {...args} />} />
<IconItem Component={<Preloader {...args} />} />
<IconItem Component={<IconEye {...args} />} />
Expand Down Expand Up @@ -282,23 +280,7 @@ SunCheckStory.argTypes = {
control: 'boolean',
},
};
SunCheckStory.storyName = 'SunCheck';

export const SwapIconStory = (args) => <SwapIcon {...args} />;
SwapIconStory.args = {
width: '17',
height: '21',
fill: 'var(--color-primary-default)',
};
SwapIconStory.storyName = 'SwapIcon';

export const SendSwapIconStory = (args) => <SwapIconComponent {...args} />;
SendSwapIconStory.args = {
width: '17',
height: '17',
color: 'var(--color-icon-default)',
};
SendSwapIconStory.storyName = 'Send/SwapIcon';
SunCheckStory.storyName = 'SunCheck';

export const CopyIconStory = (args) => <CopyIcon {...args} />;
CopyIconStory.args = {
Expand Down

0 comments on commit 38be978

Please sign in to comment.