diff --git a/app/soapbox/components/quoted-status.tsx b/app/soapbox/components/quoted-status.tsx index d43c471a5..8122480fe 100644 --- a/app/soapbox/components/quoted-status.tsx +++ b/app/soapbox/components/quoted-status.tsx @@ -133,7 +133,7 @@ const QuotedStatus: React.FC = ({ status, onCancel, compose }) => collapsable /> - {(status.card || status.media_attachments.size > 0) && ( + {status.media_attachments.size > 0 && (