From 6a39428ce9d975d5c527e3eb5f5864c399253594 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Thu, 6 Jun 2024 14:07:58 +0200 Subject: [PATCH] it was supposed to be the other way MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- src/features/bookmarks/index.tsx | 2 +- src/features/community-timeline/index.tsx | 2 +- src/features/hashtag-timeline/index.tsx | 2 +- src/features/home-timeline/index.tsx | 2 +- src/features/landing-timeline/index.tsx | 2 +- src/features/list-timeline/index.tsx | 2 +- src/features/public-timeline/index.tsx | 2 +- src/features/quotes/index.tsx | 2 +- src/features/remote-timeline/index.tsx | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/features/bookmarks/index.tsx b/src/features/bookmarks/index.tsx index 17384655a..a30bce1bc 100644 --- a/src/features/bookmarks/index.tsx +++ b/src/features/bookmarks/index.tsx @@ -108,7 +108,7 @@ const Bookmarks: React.FC = ({ params }) => { > { = ({ params }) => { )} { { {timelineEnabled ? ( { transparent={!isMobile} > { } { return ( } scrollKey={`quotes:${statusId}`} hasMore={hasMore} diff --git a/src/features/remote-timeline/index.tsx b/src/features/remote-timeline/index.tsx index 67e3cdd6d..527f0eacd 100644 --- a/src/features/remote-timeline/index.tsx +++ b/src/features/remote-timeline/index.tsx @@ -67,7 +67,7 @@ const RemoteTimeline: React.FC = ({ params }) => { )}