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
4 changed files with 11 additions and 3 deletions

View File

@ -24,6 +24,7 @@ export default class StatusList extends ImmutablePureComponent {
hasMore: PropTypes.bool,
prepend: PropTypes.node,
emptyMessage: PropTypes.node,
alwaysPrepend: PropTypes.bool,
};
static defaultProps = {