diff --git a/bookwyrm/templates/snippets/components/card.html b/bookwyrm/templates/snippets/components/card.html index 3c2cf9f1e..f1104893a 100644 --- a/bookwyrm/templates/snippets/components/card.html +++ b/bookwyrm/templates/snippets/components/card.html @@ -4,10 +4,12 @@ {% endblock %} + {% if not status or status.status_type != 'GeneratedNote' or status.book or status.mention_books.exists or status.mention_users.exists %}
{% block card-content %} {% endblock %}
+ {% endif %}