Skip to content

Commit

Permalink
🩹 Fix exception being thrown when listing comments (#3182)
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x committed Feb 1, 2024
1 parent 0fe7047 commit 4ff19c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/partials/comments.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</h2>

<ol class="comment-list">
{!! $comments !!}
@php($comments)
</ol>

@if ($paginated)
Expand Down

0 comments on commit 4ff19c7

Please sign in to comment.