From ec8a442d3ec034437c70a112bfa91f708ee83c72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Wed, 11 Sep 2024 18:01:14 +0200 Subject: [PATCH] pl-fe: fix read more styles for quoted posts/posts with polls MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- packages/pl-fe/src/components/quoted-status.tsx | 2 +- packages/pl-fe/src/components/status-content.tsx | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/packages/pl-fe/src/components/quoted-status.tsx b/packages/pl-fe/src/components/quoted-status.tsx index 4c0ec79f32..6576fc8668 100644 --- a/packages/pl-fe/src/components/quoted-status.tsx +++ b/packages/pl-fe/src/components/quoted-status.tsx @@ -76,7 +76,7 @@ const QuotedStatus: React.FC = ({ status, onCancel, compose }) => = ({ onClick, quote }) => ( +const ReadMoreButton: React.FC = ({ onClick, quote, poll }) => (