Unverified Commit 664ccc5d authored by picklesrus's avatar picklesrus Committed by GitHub

Update compose-comment.jsx

Fix missing comma from bad merge
parent 15a16e5b
......@@ -50,7 +50,7 @@ class ComposeComment extends React.Component {
error: null,
appealId: null,
muteOpen: false,
muteExpiresAtMs: muteExpiresAtMs
muteExpiresAtMs: muteExpiresAtMs,
showWarning: this.props.muteStatus.showWarning ? this.props.muteStatus.showWarning : false
};
if (this.isMuted()) {
......
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