aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/stores/AppStore.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stores/AppStore.ts b/src/stores/AppStore.ts
index ed6d0e263..7f281a8ca 100644
--- a/src/stores/AppStore.ts
+++ b/src/stores/AppStore.ts
@@ -220,6 +220,7 @@ export default class AppStore extends TypedStore {
220 if (!url) return; 220 if (!url) return;
221 221
222 url = url.replace(/\/$/, ''); 222 url = url.replace(/\/$/, '');
223 url = url.replace(/\s?--(updated)/, '');
223 224
224 this.stores.router.push(url); 225 this.stores.router.push(url);
225 }); 226 });