mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 01:35:49 +03:00
Prettier
This commit is contained in:
parent
66d4715e84
commit
8e774e1924
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ export class SlidingRoomListStoreClass extends AsyncStoreWithClient<IState> impl
|
|||
return;
|
||||
}
|
||||
rooms.push(room);
|
||||
})
|
||||
});
|
||||
tagMap[tagId] = rooms;
|
||||
this.tagMap = tagMap;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue