Skip to content

Commit

Permalink
Merge pull request #63 from hsh2001/master
Browse files Browse the repository at this point in the history
Pass rest props to DiscussionEmbed component.
  • Loading branch information
tterb authored Mar 26, 2020
2 parents 45de851 + 2cb9d65 commit eebf8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DiscussionEmbed.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export class DiscussionEmbed extends React.Component {

render() {
return (
<div id="disqus_thread"></div>
<div {...this.props} id="disqus_thread"></div>
);
}
}
Expand Down

0 comments on commit eebf8bf

Please sign in to comment.