From 2c9acb31e632c541389fc6143a150b44ead1a2c9 Mon Sep 17 00:00:00 2001 From: Dovydas Navickas Date: Thu, 10 Feb 2022 15:19:27 +0200 Subject: [PATCH] Double title. --- docs/snippets/react/list-story-with-subcomponents.ts.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/snippets/react/list-story-with-subcomponents.ts.mdx b/docs/snippets/react/list-story-with-subcomponents.ts.mdx index 83ead074b96..5c0b520bf1d 100644 --- a/docs/snippets/react/list-story-with-subcomponents.ts.mdx +++ b/docs/snippets/react/list-story-with-subcomponents.ts.mdx @@ -16,7 +16,6 @@ export default { title: 'List', component: List, subcomponents: { ListItem }, //👈 Adds the ListItem component as a subcomponent - title: 'List', } as ComponentMeta; const Empty: ComponentStory = (args) => ; @@ -26,4 +25,4 @@ const OneItem: ComponentStory = (args) =>( ); -``` \ No newline at end of file +```