aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/AppStore.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores/AppStore.js')
-rw-r--r--src/stores/AppStore.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stores/AppStore.js b/src/stores/AppStore.js
index 0311a11a3..2bfcdf640 100644
--- a/src/stores/AppStore.js
+++ b/src/stores/AppStore.js
@@ -53,6 +53,8 @@ export default class AppStore extends Store {
53 53
54 @observable isOnline = navigator.onLine; 54 @observable isOnline = navigator.onLine;
55 55
56 @observable authRequestFailed = false;
57
56 @observable timeOfflineStart; 58 @observable timeOfflineStart;
57 59
58 @observable updateStatus = null; 60 @observable updateStatus = null;