aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/UIStore.js
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2018-11-15 12:25:36 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2018-11-15 12:25:36 +0100
commite109e62eef136feb17d5a8663fbd2b2355a6bf67 (patch)
tree7d40b506206f5e333b10f025942c1b7f45fd68cd /src/stores/UIStore.js
parentfix(General): Convert many links from http to https (#967) @Stanzilla (diff)
parentAdd misty config (diff)
downloadferdium-app-e109e62eef136feb17d5a8663fbd2b2355a6bf67.tar.gz
ferdium-app-e109e62eef136feb17d5a8663fbd2b2355a6bf67.tar.zst
ferdium-app-e109e62eef136feb17d5a8663fbd2b2355a6bf67.zip
Merge branch 'chore/update-dependencies' into develop
Diffstat (limited to 'src/stores/UIStore.js')
-rw-r--r--src/stores/UIStore.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stores/UIStore.js b/src/stores/UIStore.js
index b391bdcae..bee6c8bcf 100644
--- a/src/stores/UIStore.js
+++ b/src/stores/UIStore.js
@@ -26,7 +26,7 @@ export default class UIStore extends Store {
26 this.stores.router.push(settingsPath); 26 this.stores.router.push(settingsPath);
27 } 27 }
28 28
29 @action _closeSettings(): void { 29 @action _closeSettings() {
30 this.stores.router.push('/'); 30 this.stores.router.push('/');
31 } 31 }
32 32