mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-01-26 17:42:59 -05:00
Change the hashtag column to not display the hashtag header on pinned columns (#26416)
This commit is contained in:
parent
d9a9323968
commit
4caa9f0e69
@ -203,7 +203,7 @@ class HashtagTimeline extends PureComponent {
|
|||||||
</ColumnHeader>
|
</ColumnHeader>
|
||||||
|
|
||||||
<StatusListContainer
|
<StatusListContainer
|
||||||
prepend={<HashtagHeader tag={tag} disabled={!signedIn} onClick={this.handleFollow} />}
|
prepend={pinned ? null : <HashtagHeader tag={tag} disabled={!signedIn} onClick={this.handleFollow} />}
|
||||||
alwaysPrepend
|
alwaysPrepend
|
||||||
trackScroll={!pinned}
|
trackScroll={!pinned}
|
||||||
scrollKey={`hashtag_timeline-${columnId}`}
|
scrollKey={`hashtag_timeline-${columnId}`}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user