This commit is contained in:
Henry Jameson 2026-08-31 20:07:34 +03:00
commit 8e63f189fc

View file

@ -68,7 +68,6 @@ const TimelineMenu = {
return '#' + this.$route.params.tag
}
if (route === 'lists-timeline') {
console.log(useListsStore, this.$route.params.id)
return useListsStore().findListTitle(this.$route.params.id)
}
if (route === 'bookmark-folder') {