fix: Render inbox icon properly (#3219)
This commit is contained in:
parent
0c65db925d
commit
ed25435ac2
3 changed files with 10 additions and 8 deletions
|
@ -64,7 +64,7 @@ export default {
|
|||
return this.chatAdditionalAttributes.type || 'facebook';
|
||||
},
|
||||
inboxBadge() {
|
||||
const badgeKey = '';
|
||||
let badgeKey = '';
|
||||
if (this.isATwitterInbox) {
|
||||
badgeKey = this.twitterBadge;
|
||||
} else if (this.isAFacebookInbox) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue