mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 01:35:49 +03:00
trailing whitespace
This commit is contained in:
parent
f4573bae49
commit
eeb9abdf81
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ module.exports = React.createClass({
|
|||
// no change
|
||||
}
|
||||
else {
|
||||
this.setState((state, props) => {
|
||||
this.setState((state, props) => {
|
||||
return {numUnreadMessages: state.numUnreadMessages + 1};
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue