Skip to content

Commit

Permalink
fix(stories): update stories to version 7 format
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Protheroe committed May 23, 2023
1 parent 737509a commit 1f17b35
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ export const CategoryFilterList: Story = {
// getKey: (linkProps: BlogListingLinkProps | WebinarListingLinkProps) =>
// linkProps.category || null,
// });
return (
<Component {...args} />
);
return <Component {...args} />;
},
};

0 comments on commit 1f17b35

Please sign in to comment.