Unverified Commit f3dbe23c authored by Sarah Otts's avatar Sarah Otts Committed by GitHub

Fix syntax error from merge

parent b9892ff6
......@@ -50,7 +50,7 @@ class ComposeComment extends React.Component {
muteOpen: false,
muteExpiresAtMs: this.props.muteStatus.muteExpiresAt ?
this.props.muteStatus.muteExpiresAt * 1000 : 0, // convert to ms
muteType: this.props.muteStatus.currentMessageType
muteType: this.props.muteStatus.currentMessageType,
showWarning: this.props.muteStatus.showWarning ? this.props.muteStatus.showWarning : false
};
}
......
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