Remove semicolon

This commit is contained in:
Chi Vinh Le
2018-02-05 17:22:13 +01:00
parent 901c96a67a
commit cb077a87dc
@@ -421,7 +421,7 @@ class ModerationQueue extends React.Component {
dangling={
!this.props.commentBelongToQueue(this.props.activeTab, comment)
}
/>;
/>
</div>
);
}