From 52feda9e2cce36da3ead459a2e865fdd1b2f1402 Mon Sep 17 00:00:00 2001 From: Savut Sang Date: Fri, 16 Feb 2024 12:39:48 -0500 Subject: [PATCH] fix: storybook --- .../stories/progress-tracker.stories.tsx | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/packages/storybook/stories/progress-tracker.stories.tsx b/packages/storybook/stories/progress-tracker.stories.tsx index 529538b8ec..b1cac55fef 100644 --- a/packages/storybook/stories/progress-tracker.stories.tsx +++ b/packages/storybook/stories/progress-tracker.stories.tsx @@ -24,24 +24,12 @@ export const Normal: Story = () => ( export const Steps: Story = () => ( <> - - - + + + ); -export const WithLabels: Story = () => ( - -); - -export const AriaLabel: Story = () => ( - -); - export const OnclickEvent: Story = () => { const [currentStep, setCurrentStep] = useState(1);