Lists implementation: make route naming consistent
This commit is contained in:
parent
b5eba5974c
commit
891fbf996d
7 changed files with 9 additions and 9 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue