fix: show 0s if first responded on is set but time taken is 0
This commit is contained in:
parent
d887c27d1d
commit
2b11f96019
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user