fixed no comment bug

master
A1Gard 4 weeks ago
parent 935828dabb
commit fc33d4ed2a

@ -3,7 +3,7 @@
<h5>
{{__("Comments")}}
</h5>
@foreach($data['comments'] as $comment)
@foreach($data['comments']??[] as $comment)
@include('segments.post.SimplePost.inc.comment-detail',$comment)
@endforeach
<h5>

Loading…
Cancel
Save