From e0aeb35316e42242004fc64dc9d686e06d77f295 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Thu, 16 Jan 2025 15:43:48 +0100 Subject: [PATCH] fix: Cancelled deployments should not show end and duration time --- .../livewire/project/application/deployment/index.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/livewire/project/application/deployment/index.blade.php b/resources/views/livewire/project/application/deployment/index.blade.php index 143057280..ec5cf0f98 100644 --- a/resources/views/livewire/project/application/deployment/index.blade.php +++ b/resources/views/livewire/project/application/deployment/index.blade.php @@ -60,10 +60,10 @@ @if(data_get($deployment, 'status') !== 'queued')