diff --git a/resources/views/livewire/project/shared/tags.blade.php b/resources/views/livewire/project/shared/tags.blade.php index 22add2dde..866e60cdd 100644 --- a/resources/views/livewire/project/shared/tags.blade.php +++ b/resources/views/livewire/project/shared/tags.blade.php @@ -26,7 +26,7 @@ class="inline-block w-3 h-3 rounded cursor-pointer stroke-current hover:bg-red-5 Add - @if ($tags->count() > 0) + @if (count($tags) > 0)

Exisiting Tags

Click to add quickly