mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
lint
This commit is contained in:
parent
fbc0bbfb6f
commit
ab6535b135
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ module.exports = React.createClass({
|
|||
// update overflow indicators
|
||||
this._checkSubListsOverflow();
|
||||
// don't store height for collapsed sublists
|
||||
if(!this.collapsedState[key]) {
|
||||
if (!this.collapsedState[key]) {
|
||||
this.subListSizes[key] = size;
|
||||
window.localStorage.setItem("mx_roomlist_sizes",
|
||||
JSON.stringify(this.subListSizes));
|
||||
|
|
Loading…
Reference in a new issue