diff --git a/src/components/structures/SpaceHierarchy.tsx b/src/components/structures/SpaceHierarchy.tsx
index c55902cf70..cea6a568e7 100644
--- a/src/components/structures/SpaceHierarchy.tsx
+++ b/src/components/structures/SpaceHierarchy.tsx
@@ -441,7 +441,7 @@ const SpaceHierarchy = ({
let content: JSX.Element;
let loader: JSX.Element;
- if (loading) {
+ if (loading && !rooms.length) {
content =