Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wardoost committed Jun 12, 2019
1 parent c42553b commit bcfb8b9
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 bcfb8b9

Please sign in to comment.