mirror of
https://github.com/lingble/chatwoot.git
synced 2025-12-10 14:55:36 +00:00
chore: add phone number
This commit is contained in:
@@ -178,6 +178,9 @@ export default {
|
|||||||
if (this.isAWhatsAppChannel) {
|
if (this.isAWhatsAppChannel) {
|
||||||
return `${this.inbox.name} (${this.inbox.phone_number})`;
|
return `${this.inbox.name} (${this.inbox.phone_number})`;
|
||||||
}
|
}
|
||||||
|
if (this.isAVoiceChannel) {
|
||||||
|
return `${this.inbox.name} (${this.inbox.phone_number})`;
|
||||||
|
}
|
||||||
if (this.isAnEmailChannel) {
|
if (this.isAnEmailChannel) {
|
||||||
return `${this.inbox.name} (${this.inbox.email})`;
|
return `${this.inbox.name} (${this.inbox.email})`;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user