Skip to content

Commit

Permalink
Merge pull request #18467 from mattevenson/patch-1
Browse files Browse the repository at this point in the history
[documentation] Remove duplicate statement in React snippet from docs
  • Loading branch information
shilman committed Jun 13, 2022
1 parent 81cfddb commit 3ccf1e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/snippets/react/page-story-with-args-composition.ts.mdx
Expand Up @@ -18,7 +18,6 @@ export default {
*/
title: 'DocumentScreen',
component: DocumentScreen,
title: 'DocumentScreen',
} as ComponentMeta<typeof DocumentScreen>;


Expand All @@ -30,4 +29,4 @@ Simple.args = {
document: DocumentHeader.Simple.args.document,
subdocuments: DocumentList.Simple.args.documents,
};
```
```

0 comments on commit 3ccf1e4

Please sign in to comment.