chore: add phone number

This commit is contained in:
Sojan
2025-06-20 01:14:32 -07:00
parent 43b952d486
commit bca048fc69

View File

@@ -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})`;
}