diff --git a/app/javascript/dashboard/components-next/message/MessageMeta.vue b/app/javascript/dashboard/components-next/message/MessageMeta.vue index e633d7c3c..1b0947e6d 100644 --- a/app/javascript/dashboard/components-next/message/MessageMeta.vue +++ b/app/javascript/dashboard/components-next/message/MessageMeta.vue @@ -81,6 +81,7 @@ const isDelivered = computed(() => { isATwilioChannel.value || isASmsInbox.value || isAFacebookInbox.value || + isAnInstagramChannel.value || isATiktokChannel.value ) { return sourceId.value && status.value === MESSAGE_STATUS.DELIVERED;