diff --git a/bookwyrm/templates/snippets/status_content.html b/bookwyrm/templates/snippets/status_content.html index 595b2642a..503290da0 100644 --- a/bookwyrm/templates/snippets/status_content.html +++ b/bookwyrm/templates/snippets/status_content.html @@ -20,7 +20,8 @@ {% endif %} -{% if status.book or status.mention_books.count %} +{% if not hide_book %} +{% if status.book or status.mention_books.count %}