Web: InfoPanelStore: fix

This commit is contained in:
Nikita Gopienko 2024-07-11 15:35:25 +03:00
parent f03a8ac9ec
commit afeea40eb7

View File

@ -78,7 +78,6 @@ class InfoPanelStore {
infoPanelSelection = null;
selectionHistory = null;
selectionHistory = null;
roomsView = infoMembers;
fileView = infoHistory;
@ -94,7 +93,6 @@ class InfoPanelStore {
publicRoomStore = null;
infoPanelMembers = null;
infoPanelSelection = null;
infoPanelRoom = null;
membersIsLoading = false;
isMembersPanelUpdating = false;