diff --git a/components/ReplyConnection.js b/components/ReplyConnection.js index 7e55a8e4..310d251a 100644 --- a/components/ReplyConnection.js +++ b/components/ReplyConnection.js @@ -31,20 +31,20 @@ export default class ReplyConnection extends React.PureComponent { if (replyType !== 'NOT_ARTICLE') return null; return ( - + ); };