fix: show 0s if first responded on is set but time taken is 0

This commit is contained in:
Shariq Ansari 2023-12-13 21:19:57 +05:30
parent d887c27d1d
commit 2b11f96019

View File

@ -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',