From 4caa9f0e69f922ce70af50d695cc84a7f551534f Mon Sep 17 00:00:00 2001 From: Claire Date: Wed, 9 Aug 2023 16:32:40 +0200 Subject: [PATCH] Change the hashtag column to not display the hashtag header on pinned columns (#26416) --- app/javascript/mastodon/features/hashtag_timeline/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/mastodon/features/hashtag_timeline/index.jsx b/app/javascript/mastodon/features/hashtag_timeline/index.jsx index d00890cb3..7079f55e9 100644 --- a/app/javascript/mastodon/features/hashtag_timeline/index.jsx +++ b/app/javascript/mastodon/features/hashtag_timeline/index.jsx @@ -203,7 +203,7 @@ class HashtagTimeline extends PureComponent { } + prepend={pinned ? null : } alwaysPrepend trackScroll={!pinned} scrollKey={`hashtag_timeline-${columnId}`}