diff --git a/app/Livewire/Comment.php b/app/Livewire/Comment.php index 65d823f..cdda05c 100644 --- a/app/Livewire/Comment.php +++ b/app/Livewire/Comment.php @@ -56,6 +56,8 @@ class Comment extends Component $this->authorize('destroy', $this->comment); $this->comment->delete(); + + $this->dispatch('refresh'); } public function postReply()