From a4fbe515420182a9db63963b5b5c93af547b4b5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nicole=20miko=C5=82ajczyk?= Date: Mon, 1 Sep 2025 18:31:47 +0200 Subject: [PATCH] pl-fe: remove just one pointless div MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nicole mikołajczyk --- packages/pl-fe/src/pages/timelines/public-timeline.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/pl-fe/src/pages/timelines/public-timeline.tsx b/packages/pl-fe/src/pages/timelines/public-timeline.tsx index ee0154a99..8258b3a35 100644 --- a/packages/pl-fe/src/pages/timelines/public-timeline.tsx +++ b/packages/pl-fe/src/pages/timelines/public-timeline.tsx @@ -56,7 +56,7 @@ const PublicTimelinePage = () => { - {showExplanationBox &&
+ {showExplanationBox && ( } action={dismissExplanationBox} @@ -82,7 +82,7 @@ const PublicTimelinePage = () => { }} /> -
} + )}