fixed no comment bug

master
A1Gard 6 months ago
parent 825dac7fbd
commit 85e8e2f2a7

@ -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