forked from AkkomaGang/akkoma-fe
fix oops
This commit is contained in:
parent
e86c5ea1fa
commit
e57562959f
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ const TimelineMenu = {
|
|||
if (this.currentUser && this.currentUser.locked) {
|
||||
this.$store.dispatch('startFetchingFollowRequests')
|
||||
}
|
||||
if (timelineNames().includes(this.$route.name)) {
|
||||
if (timelineNames()[this.$route.name]) {
|
||||
this.$store.dispatch('setLastTimeline', this.$route.name)
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue