Misc changes
This commit is contained in:
@@ -47,7 +47,7 @@ class Comments extends Component
|
||||
->with('user', 'children.user', 'children.children')
|
||||
->parent()
|
||||
->latest()
|
||||
->paginate(3);
|
||||
->paginate(50);
|
||||
|
||||
return view('livewire.comments', [
|
||||
'comments' => $comments
|
||||
|
||||
Reference in New Issue
Block a user