Unverified Commit a2e46ea6 authored by Ray Schamp's avatar Ray Schamp Committed by GitHub

Merge pull request #2420 from rschamp/fix-props

Fix lint issues
parents c65ad06e 402799e5
......@@ -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}
......
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