0
0
Fork 0

Always display tab navigation on local/federated timeline even when empty (#7663)

Fix #7659
This commit is contained in:
Eugen Rochko 2018-05-29 02:01:04 +02:00 committed by GitHub
parent e599d7caf2
commit 90b64c0069
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 3 deletions

View file

@ -127,6 +127,7 @@ export default class PublicTimeline extends React.PureComponent {
<StatusListContainer
prepend={headline}
alwaysPrepend
timelineId={`public${onlyMedia ? ':media' : ''}`}
onLoadMore={this.handleLoadMore}
trackScroll={!pinned}