chore: more fixes

This commit is contained in:
Sojan
2025-05-07 22:00:39 -07:00
parent 2b0c154bc5
commit ce468bac01
3 changed files with 7 additions and 7 deletions
@@ -149,7 +149,7 @@ export default {
return this.$store.getters['inboxes/getInbox'](this.inboxId);
},
isAVoiceChannel() {
return this.inbox?.channel_type === INBOX_TYPES.VOICE;
return this.inbox?.channelType === INBOX_TYPES.VOICE;
},
typingUsersList() {
const userList = this.$store.getters[