lint semis
This commit is contained in:
parent
2162517a37
commit
d203943b7f
1 changed files with 1 additions and 2 deletions
|
@ -53,8 +53,7 @@ export class BreadcrumbsStore extends AsyncStoreWithClient<IState> {
|
||||||
|
|
||||||
public get visible(): boolean {
|
public get visible(): boolean {
|
||||||
// @ts-ignore - TypeScript really wants this to be [tagId: string] but we know better.
|
// @ts-ignore - TypeScript really wants this to be [tagId: string] but we know better.
|
||||||
const roomCount = _reduce(RoomListStoreTempProxy.getRoomLists(), (result, rooms) => result + rooms.length, 0)
|
const roomCount = _reduce(RoomListStoreTempProxy.getRoomLists(), (result, rooms) => result + rooms.length, 0);
|
||||||
console.log(`calculating roomlist size: ${roomCount}`)
|
|
||||||
return roomCount >= 20;
|
return roomCount >= 20;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue