diff --git a/TODO.md b/TODO.md index e49c208..0b4fa20 100644 --- a/TODO.md +++ b/TODO.md @@ -14,6 +14,7 @@ - [x] Likes - [x] Comments - [x] Boosts + - [ ] Local Boost - [x] Tags - [ ] Pinned Posts diff --git a/resources/views/components/comment_block.blade.php b/resources/views/components/comment_block.blade.php index b36ed55..ee96966 100644 --- a/resources/views/components/comment_block.blade.php +++ b/resources/views/components/comment_block.blade.php @@ -104,7 +104,7 @@ else @if ($display_post->get_hashtags ()->count () > 0)
Tags: - @foreach ($post->get_hashtags ()->get () as $hashtag) + @foreach ($display_post->get_hashtags ()->get () as $hashtag) {{ $hashtag->name }}