mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
Update compose-comment.jsx
Fix whitespace
This commit is contained in:
parent
6eca07a413
commit
a5f436a4c0
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class ComposeComment extends React.Component {
|
|||
'setupMuteExpirationTimeout'
|
||||
]);
|
||||
const muteExpiresAtMs = this.props.muteStatus.muteExpiresAt ?
|
||||
this.props.muteStatus.muteExpiresAt * 1000 : 0; // convert to ms
|
||||
this.props.muteStatus.muteExpiresAt * 1000 : 0; // convert to ms
|
||||
this.state = {
|
||||
message: '',
|
||||
status: ComposeStatus.EDITING,
|
||||
|
|
Loading…
Reference in a new issue