Commit 237c6ecb authored by Paul Kaplan's avatar Paul Kaplan

Add parens for clarity

parent 997d0b56
......@@ -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}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment