mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
commit
a2e46ea6ec
1 changed files with 1 additions and 1 deletions
|
@ -575,8 +575,8 @@ class Preview extends React.Component {
|
|||
remixes={this.props.remixes}
|
||||
replies={this.props.replies}
|
||||
reportOpen={this.state.reportOpen}
|
||||
showModInfo={this.props.isAdmin}
|
||||
showAdminPanel={this.props.isAdmin}
|
||||
showModInfo={this.props.isAdmin}
|
||||
singleCommentId={this.state.singleCommentId}
|
||||
userOwnsProject={this.props.userOwnsProject}
|
||||
visibilityInfo={this.props.visibilityInfo}
|
||||
|
|
Loading…
Reference in a new issue