fix: Update tweet character count logic (#2709)
This commit is contained in:
parent
d88e3e3596
commit
faf104c1fe
10 changed files with 174 additions and 38 deletions
|
@ -53,9 +53,7 @@ export default {
|
|||
},
|
||||
},
|
||||
computed: {
|
||||
...mapGetters({
|
||||
currentChat: 'getSelectedChat',
|
||||
}),
|
||||
...mapGetters({ currentChat: 'getSelectedChat' }),
|
||||
showContactPanel() {
|
||||
return this.isContactPanelOpen && this.currentChat.id;
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue