From 9958b6640960cfea5024d6b825e4dce44d9cce17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Tue, 14 Feb 2023 14:57:39 +0100 Subject: [PATCH] Don't display card for quoted posts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- app/soapbox/components/quoted-status.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && (