pull/21833/head
Michael Telatynski 2021-09-28 14:03:41 +01:00
parent ce0f16d58b
commit 7f63f496be
1 changed files with 1 additions and 1 deletions

View File

@ -452,7 +452,7 @@ export const useSpaceSummary = (space: Room): {
await hierarchy.load(pageSize);
setRooms(hierarchy.rooms);
setLoading(false);
}, [hierarchy]);
}, [loading, hierarchy]);
return { loading, rooms, hierarchy, loadMore };
};