Commit 402799e5 authored by Ray Schamp's avatar Ray Schamp

Fix lint issues

My linter doesn't catch prop order for some reason. So fix linting so the build works.
parent c65ad06e
...@@ -575,8 +575,8 @@ class Preview extends React.Component { ...@@ -575,8 +575,8 @@ class Preview extends React.Component {
remixes={this.props.remixes} remixes={this.props.remixes}
replies={this.props.replies} replies={this.props.replies}
reportOpen={this.state.reportOpen} reportOpen={this.state.reportOpen}
showModInfo={this.props.isAdmin}
showAdminPanel={this.props.isAdmin} showAdminPanel={this.props.isAdmin}
showModInfo={this.props.isAdmin}
singleCommentId={this.state.singleCommentId} singleCommentId={this.state.singleCommentId}
userOwnsProject={this.props.userOwnsProject} userOwnsProject={this.props.userOwnsProject}
visibilityInfo={this.props.visibilityInfo} 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