mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-26 17:01:49 +02:00
lint
This commit is contained in:
parent
fbc0bbfb6f
commit
ab6535b135
@ -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…
x
Reference in New Issue
Block a user