Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberDex committed Nov 5, 2023
1 parent 2c1bd11 commit caca534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stories/progressBar/ProgressBarSprite.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const args = {
vertical: false
};

export const UseSprite: StoryFn = ({ value, animate, vertical }: any) =>
export const Sprite: StoryFn = ({ value, animate, vertical }: any) =>
{
const view = new List({ type: 'vertical', elementsMargin: 10 });

Expand Down Expand Up @@ -84,7 +84,7 @@ export const UseSprite: StoryFn = ({ value, animate, vertical }: any) =>
};

export default {
title: 'Components/ProgressBar/Use Sprite',
title: 'Components/ProgressBar/Sprite',
argTypes: argTypes(args),
args: getDefaultArgs(args)
};

0 comments on commit caca534

Please sign in to comment.