diff --git a/app/javascript/dashboard/routes/dashboard/settings/reports/components/SLA/SLAReportItem.vue b/app/javascript/dashboard/routes/dashboard/settings/reports/components/SLA/SLAReportItem.vue index d1ea4fc6d..753383043 100644 --- a/app/javascript/dashboard/routes/dashboard/settings/reports/components/SLA/SLAReportItem.vue +++ b/app/javascript/dashboard/routes/dashboard/settings/reports/components/SLA/SLAReportItem.vue @@ -28,7 +28,13 @@ defineProps({
- #{{ conversationId }} with {{ conversation.contact.name }} + + {{ `#${conversationId} ` }} + + with + {{ + conversation.contact.name + }}