Skip to content

Commit a5d827c

Browse files
t3chguyturt2live
andauthored
Update src/components/views/rooms/RoomList.tsx
Co-authored-by: Travis Ralston <[email protected]>
1 parent 27d2767 commit a5d827c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/views/rooms/RoomList.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@ export default class RoomList extends React.PureComponent<IProps, IState> {
332332
return p;
333333
}, [] as TagID[]);
334334

335+
// show a skeleton UI if the user is in no rooms
335336
const showSkeleton = Object.values(RoomListStore.instance.unfilteredLists).every(list => !list?.length);
336337

337338
for (const orderedTagId of tagOrder) {

0 commit comments

Comments
 (0)