aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline_menu/timeline_menu.js
diff options
context:
space:
mode:
authorAlexander Tumin <iamtakingiteasy@eientei.org>2022-08-06 21:39:08 +0300
committerAlexander Tumin <iamtakingiteasy@eientei.org>2022-08-06 21:39:36 +0300
commit891fbf996d7ddd415d99ea9065d54b0f493b5422 (patch)
treeadb88c7c32cc9baa00f6fd763bf6efb37bffde62 /src/components/timeline_menu/timeline_menu.js
parentb5eba5974ca86cdb0b5f3caaa9c89466a07d8449 (diff)
Lists implementation: make route naming consistent
Diffstat (limited to 'src/components/timeline_menu/timeline_menu.js')
-rw-r--r--src/components/timeline_menu/timeline_menu.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/timeline_menu/timeline_menu.js b/src/components/timeline_menu/timeline_menu.js
index 0792dc13..5a67b0a5 100644
--- a/src/components/timeline_menu/timeline_menu.js
+++ b/src/components/timeline_menu/timeline_menu.js
@@ -58,7 +58,7 @@ const TimelineMenu = {
if (route === 'tag-timeline') {
return '#' + this.$route.params.tag
}
- if (route === 'list-timeline') {
+ if (route === 'lists-timeline') {
return this.$store.getters.findListTitle(this.$route.params.id)
}
const i18nkey = timelineNames()[this.$route.name]