Always display tab navigation on local/federated timeline even when empty (#7663)
Fix #7659
This commit is contained in:
@ -127,6 +127,7 @@ export default class PublicTimeline extends React.PureComponent {
|
||||
|
||||
<StatusListContainer
|
||||
prepend={headline}
|
||||
alwaysPrepend
|
||||
timelineId={`public${onlyMedia ? ':media' : ''}`}
|
||||
onLoadMore={this.handleLoadMore}
|
||||
trackScroll={!pinned}
|
||||
|
Reference in New Issue
Block a user