diff --git a/src/zen/spaces/ZenSpaceManager.mjs b/src/zen/spaces/ZenSpaceManager.mjs index 43cf1c838..6b8dd64d1 100644 --- a/src/zen/spaces/ZenSpaceManager.mjs +++ b/src/zen/spaces/ZenSpaceManager.mjs @@ -777,7 +777,7 @@ class nsZenWorkspaces { if ( !this.privateWindowOrDisabled && spacesFromStore.length === 0 && - lazy.ZenSessionStore._migrationData + lazy.ZenSessionStore._migrationData?.spaces ) { spacesFromStore.push(...lazy.ZenSessionStore._migrationData.spaces); }