From 08742ea73d2a7ce58b9bdf14e9dff8c0c9c843de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Tue, 10 Jan 2023 21:14:20 +0100 Subject: [PATCH] Set withLinkToProfile to false in PendingStatus MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- app/soapbox/features/ui/components/pending-status.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/soapbox/features/ui/components/pending-status.tsx b/app/soapbox/features/ui/components/pending-status.tsx index d17c65a78..367ede08a 100644 --- a/app/soapbox/features/ui/components/pending-status.tsx +++ b/app/soapbox/features/ui/components/pending-status.tsx @@ -70,6 +70,7 @@ const PendingStatus: React.FC = ({ idempotencyKey, className, mu account={account} timestamp={status.created_at} hideActions + withLinkToProfile={false} />