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

Fix #7659
このコミットが含まれているのは:
Eugen Rochko
2018-05-29 02:01:04 +02:00
committed by GitHub
コミット 90b64c0069
4個のファイルの変更11行の追加3行の削除

ファイルの表示

@ -127,6 +127,7 @@ export default class CommunityTimeline extends React.PureComponent {
<StatusListContainer
prepend={headline}
alwaysPrepend
trackScroll={!pinned}
scrollKey={`community_timeline-${columnId}`}
timelineId={`community${onlyMedia ? ':media' : ''}`}