Add parens for clarity

This commit is contained in:
Paul Kaplan 2018-10-10 09:17:18 -04:00
parent 997d0b5694
commit 237c6ecb55

View file

@ -167,7 +167,7 @@ class Comment extends React.Component {
onRequestClose={this.handleCancelDelete}
/>
) : null}
{this.state.reporting || this.state.reportConfirmed ? (
{(this.state.reporting || this.state.reportConfirmed) ? (
<ReportCommentModal
isOpen
isConfirmed={this.state.reportConfirmed}