aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js/urlState.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/src/js/urlState.js')
-rw-r--r--web/src/js/urlState.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/src/js/urlState.js b/web/src/js/urlState.js
index ca9187b2..fcad3de3 100644
--- a/web/src/js/urlState.js
+++ b/web/src/js/urlState.js
@@ -78,6 +78,6 @@ function updateUrlFromStore(store) {
}
export default function initialize(store) {
- updateStoreFromUrl(store)
store.subscribe(() => updateUrlFromStore(store))
+ updateStoreFromUrl(store)
}