aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/FeaturesStore.ts
diff options
context:
space:
mode:
authorLibravatar muhamedsalih-tw <104364298+muhamedsalih-tw@users.noreply.github.com>2022-11-17 05:45:39 +0530
committerLibravatar GitHub <noreply@github.com>2022-11-17 00:15:39 +0000
commitd9502c7516bc2d4ae467c6ea8a2e4816b0885f37 (patch)
treeb339c587a5529ac26d52cfc12d9972a8a00255e6 /src/stores/FeaturesStore.ts
parentTransform JSX components to TSX (#755) (diff)
downloadferdium-app-d9502c7516bc2d4ae467c6ea8a2e4816b0885f37.tar.gz
ferdium-app-d9502c7516bc2d4ae467c6ea8a2e4816b0885f37.tar.zst
ferdium-app-d9502c7516bc2d4ae467c6ea8a2e4816b0885f37.zip
Transfrom workspace components to ts (#775)
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