From a361529739c739985e6bfbd2b3cdd566a75414b4 Mon Sep 17 00:00:00 2001 From: Lee Pownall <83426233+LeeJump24@users.noreply.github.com> Date: Fri, 17 Jan 2025 16:26:14 +0000 Subject: [PATCH] Update comments.blade.php Wrap in comments otherwise delete button does not render. --- resources/views/comments.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/comments.blade.php b/resources/views/comments.blade.php index 8f00ec4..ce6c2f3 100644 --- a/resources/views/comments.blade.php +++ b/resources/views/comments.blade.php @@ -39,7 +39,7 @@ wire:click="delete({{ $comment->id }})" icon="{{ config('filament-comments.icons.delete') }}" color="danger" - tooltip={{ __('filament-comments::filament-comments.comments.delete.tooltip') }} + tooltip="{{ __('filament-comments::filament-comments.comments.delete.tooltip') }}" /> @endif