diff --git a/frontend/src/components/SLASection.vue b/frontend/src/components/SLASection.vue index 9dd97133..fabddc7d 100644 --- a/frontend/src/components/SLASection.vue +++ b/frontend/src/components/SLASection.vue @@ -54,7 +54,7 @@ const { communicationStatuses } = statusesStore() let slaSection = computed(() => { let sections = [] - if (data.value.first_response_time) { + if (data.value.first_responded_on) { sections.push({ label: 'Fulfilled In', type: 'Duration',