diff --git a/ui/components/component-library/badge-wrapper/badge-wrapper.stories.tsx b/ui/components/component-library/badge-wrapper/badge-wrapper.stories.tsx index 35fc575c0..9c91fe7e0 100644 --- a/ui/components/component-library/badge-wrapper/badge-wrapper.stories.tsx +++ b/ui/components/component-library/badge-wrapper/badge-wrapper.stories.tsx @@ -88,7 +88,7 @@ export const DefaultStory = Template.bind({}); DefaultStory.storyName = 'Default'; -export const Children = () => ( +export const Children: ComponentStory = () => ( ( ); -export const Badge = () => ( +export const Badge: ComponentStory = () => ( ( ); -export const Position = () => ( +export const Position: ComponentStory = () => ( ( ); -export const PositionObj = () => ( +export const PositionObj: ComponentStory = () => ( ( ); -export const AnchorElementShape = () => ( +export const AnchorElementShape: ComponentStory = () => (