Add id to comment, so it can autoscroll to that notification
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<div>
|
||||
<div class="flex">
|
||||
<div class="flex" id="comment-{{ $comment->id }}">
|
||||
<div class="flex-shrink-0 mr-4">
|
||||
<img class="h-10 w-10 rounded-full" src="{{ $comment->user->getAvatar() }}" alt="{{ $comment->user->name }}">
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user