mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-25 12:20:24 -04:00
Add parens for clarity
This commit is contained in:
parent
997d0b5694
commit
237c6ecb55
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue