fix and update
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user