aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/FeaturesStore.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores/FeaturesStore.ts')
-rw-r--r--src/stores/FeaturesStore.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stores/FeaturesStore.ts b/src/stores/FeaturesStore.ts
index ed0c6c17b..5f43ccf84 100644
--- a/src/stores/FeaturesStore.ts
+++ b/src/stores/FeaturesStore.ts
@@ -45,7 +45,7 @@ export default class FeaturesStore extends TypedStore {
45 this._monitorLoginStatus.bind(this), 45 this._monitorLoginStatus.bind(this),
46 ]); 46 ]);
47 47
48 await this.featuresRequest._promise; 48 await this.featuresRequest.promise;
49 setTimeout(this._setupFeatures.bind(this), 1); 49 setTimeout(this._setupFeatures.bind(this), 1);
50 } 50 }
51 51