Skip to content

Commit

Permalink
fix: fix Storybook docs Markdown import
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich authored Jun 12, 2019
2 parents 2ef2c24 + bcfb8b9 commit 962a312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__stories__/util/ShowDocs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const ShowDocs = props => {
padding: '0 20px',
},
dangerouslySetInnerHTML: {
__html: props.md,
__html: props.md.default,
},
}),
h('style', {
Expand Down

0 comments on commit 962a312

Please sign in to comment.