fix: Render inbox icon properly (#3219)

This commit is contained in:
Pranav Raj S 2021-10-14 20:18:43 +05:30 committed by GitHub
parent 0c65db925d
commit ed25435ac2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 8 deletions

View file

@ -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) {