mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 04:16:08 +03:00
delint
This commit is contained in:
parent
ce0f16d58b
commit
7f63f496be
1 changed files with 1 additions and 1 deletions
|
@ -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 };
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue