From 3ccf1e48cb0faf27257e59955371e8f38156a5d1 Mon Sep 17 00:00:00 2001 From: Michael Shilman Date: Mon, 13 Jun 2022 23:00:05 +0800 Subject: [PATCH] Merge pull request #18467 from mattevenson/patch-1 [documentation] Remove duplicate statement in React snippet from docs --- docs/snippets/react/page-story-with-args-composition.ts.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/snippets/react/page-story-with-args-composition.ts.mdx b/docs/snippets/react/page-story-with-args-composition.ts.mdx index a088dfda54fe..be960adff652 100644 --- a/docs/snippets/react/page-story-with-args-composition.ts.mdx +++ b/docs/snippets/react/page-story-with-args-composition.ts.mdx @@ -18,7 +18,6 @@ export default { */ title: 'DocumentScreen', component: DocumentScreen, - title: 'DocumentScreen', } as ComponentMeta; @@ -30,4 +29,4 @@ Simple.args = { document: DocumentHeader.Simple.args.document, subdocuments: DocumentList.Simple.args.documents, }; -``` \ No newline at end of file +```