Skip to content

Commit c59c680

Browse files
committed
remove accidental story
1 parent d1bee3e commit c59c680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@react-spectrum/badge/chromatic/Badge.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export type BadgeStory = StoryObj<typeof Badge>;
2626
export default {
2727
title: 'Badge',
2828
component: Badge,
29-
excludeStories: ['renderVariants']
29+
excludeStories: ['RenderVariants']
3030
} as Meta<typeof Badge>;
3131

3232
export const RenderVariants = (args) => (

0 commit comments

Comments
 (0)