Merge pull request #1344 from coralproject/rem-semi

Remove semicolon
This commit is contained in:
Kim Gardner
2018-02-05 11:30:19 -05:00
committed by GitHub
@@ -421,7 +421,7 @@ class ModerationQueue extends React.Component {
dangling={
!this.props.commentBelongToQueue(this.props.activeTab, comment)
}
/>;
/>
</div>
);
}