From 5e840ca69be723236321e3f84ac7c864ea87c7d7 Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Sat, 3 May 2025 13:40:04 +0200 Subject: [PATCH] fix(ui): correct closing div tag in service index view --- resources/views/livewire/project/service/index.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/livewire/project/service/index.blade.php b/resources/views/livewire/project/service/index.blade.php index 295b02950..698bb798c 100644 --- a/resources/views/livewire/project/service/index.blade.php +++ b/resources/views/livewire/project/service/index.blade.php @@ -46,7 +46,7 @@ @endif - - @endisset + @endisset +