layout fixes

This commit is contained in:
Henry Jameson 2026-07-30 17:08:33 +03:00
commit 88f1b7fae8
3 changed files with 2 additions and 4 deletions

View file

@ -186,7 +186,7 @@ export default {
return useShoutStore().joined
},
isChats() {
return this.$route.name === 'chat' || this.$route.name === 'chats'
return this.$route.name === 'chat' || this.$route.name === 'chats' || this.$route.name === 'conversation2'
},
isListEdit() {
return this.$route.name === 'lists-edit'