Always display tab navigation on local/federated timeline even when empty (#7663)
Fix #7659
This commit is contained in:
parent
e599d7caf2
commit
90b64c0069
4 changed files with 11 additions and 3 deletions
|
@ -127,6 +127,7 @@ export default class PublicTimeline extends React.PureComponent {
|
|||
|
||||
<StatusListContainer
|
||||
prepend={headline}
|
||||
alwaysPrepend
|
||||
timelineId={`public${onlyMedia ? ':media' : ''}`}
|
||||
onLoadMore={this.handleLoadMore}
|
||||
trackScroll={!pinned}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue