Skip to content

Commit

Permalink
fix(docs): dangerouslySetInnerHTML tag (#12287)
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts authored and m-allanson committed Mar 4, 2019
1 parent b489f2f commit 32a3705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/sourcing-from-buttercms.md
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ class BlogIndex extends React.Component {
</Link>
</h3>
<small>{node.date}</small>
<p
<div
dangerouslySetInnerHTML={{ __html: node.meta_description }}
/>
</div>
Expand Down

0 comments on commit 32a3705

Please sign in to comment.