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 authored Jun 13, 2022
2 parents bd50116 + 553b900 commit ada6a58
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
Original file line number Diff line number Diff line change
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 ada6a58

Please sign in to comment.