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