aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/UIStore.js
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-09-05 11:50:52 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-09-05 11:50:52 +0200
commitcbde6455dbe25cbc5da3f4fd33add6b533d6d89a (patch)
tree707674d41f287d173e28c6466c140b50adaac394 /src/stores/UIStore.js
parentMerge branch 'develop' into i18n (diff)
parentRevert "create test build" (diff)
downloadferdium-app-cbde6455dbe25cbc5da3f4fd33add6b533d6d89a.tar.gz
ferdium-app-cbde6455dbe25cbc5da3f4fd33add6b533d6d89a.tar.zst
ferdium-app-cbde6455dbe25cbc5da3f4fd33add6b533d6d89a.zip
Merge branch 'develop' into i18n
Diffstat (limited to 'src/stores/UIStore.js')
-rw-r--r--src/stores/UIStore.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stores/UIStore.js b/src/stores/UIStore.js
index 2c785111f..9680c5bcc 100644
--- a/src/stores/UIStore.js
+++ b/src/stores/UIStore.js
@@ -46,7 +46,6 @@ export default class UIStore extends Store {
46 // Actions 46 // Actions
47 @action _openSettings({ path = '/settings' }) { 47 @action _openSettings({ path = '/settings' }) {
48 const settingsPath = path !== '/settings' ? `/settings/${path}` : path; 48 const settingsPath = path !== '/settings' ? `/settings/${path}` : path;
49 console.log(settingsPath);
50 this.stores.router.push(settingsPath); 49 this.stores.router.push(settingsPath);
51 } 50 }
52 51