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

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