fix and update

This commit is contained in:
lendry
2026-06-30 23:43:49 +03:00
parent 4b2ade9354
commit deb213bd77
6 changed files with 60 additions and 29 deletions

View File

@@ -40,7 +40,7 @@ export function FamilySidebarPanel() {
}
fetchChatRooms(group.id, token)
.then((response) => setRooms(response.rooms ?? []))
.catch(() => setRooms([]));
.catch(() => undefined);
}, [group?.id, token]);
const roomByPeerUserId = useMemo(() => {