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
|
@ -24,6 +24,7 @@ export default class StatusList extends ImmutablePureComponent {
|
|||
hasMore: PropTypes.bool,
|
||||
prepend: PropTypes.node,
|
||||
emptyMessage: PropTypes.node,
|
||||
alwaysPrepend: PropTypes.bool,
|
||||
};
|
||||
|
||||
static defaultProps = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue