mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 22:14:58 +08:00
trailing whitespace
This commit is contained in:
parent
f4573bae49
commit
eeb9abdf81
@ -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 New Issue
Block a user