render() {
const { onNewComment, ...restProps } = this.props;
return (
<div {...restProps}>
<div id="disqus_thread" />
<noscript>
<span>
Please enable JavaScript to view the
<a href="http://disqus.com/?ref_noscript">
comments powered by Disqus.
</a>
</span>
</noscript>
<a href="http://disqus.com" className="dsq-brlink">
Blog comments powered by <span className="logo-disqus">Disqus</span>.
</a>
</div>
);
}