diff --git a/stores/SettingsStore.ts b/stores/SettingsStore.ts index b0d33e31a..da38a5191 100644 --- a/stores/SettingsStore.ts +++ b/stores/SettingsStore.ts @@ -401,5 +401,6 @@ export default class SettingsStore { @action public setConnectingStatus = (status = false) => { this.connecting = status; + return this.connecting; }; }