aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/UIStore.js
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2018-11-15 12:18:44 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2018-11-15 12:18:44 +0100
commit7d8a47876569c0a80195f9ddea570e967e972b57 (patch)
tree8a603a974d01e967978e306b83c74bc7a14277d2 /src/stores/UIStore.js
parent5.0.0 beta.18 (diff)
downloadferdium-app-7d8a47876569c0a80195f9ddea570e967e972b57.tar.gz
ferdium-app-7d8a47876569c0a80195f9ddea570e967e972b57.tar.zst
ferdium-app-7d8a47876569c0a80195f9ddea570e967e972b57.zip
Remove flow types
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