Skip to content

Commit a361529

Browse files
authored
Update comments.blade.php
Wrap in comments otherwise delete button does not render.
1 parent 79aeb1c commit a361529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/comments.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
wire:click="delete({{ $comment->id }})"
4040
icon="{{ config('filament-comments.icons.delete') }}"
4141
color="danger"
42-
tooltip={{ __('filament-comments::filament-comments.comments.delete.tooltip') }}
42+
tooltip="{{ __('filament-comments::filament-comments.comments.delete.tooltip') }}"
4343
/>
4444
</div>
4545
@endif

0 commit comments

Comments
 (0)