[Glitch] Always display tab navigation on local/federated timeline even when empty

Port 90b64c0069 to glitch-soc
This commit is contained in:
Thibaut Girka
2018-05-29 16:40:04 +02:00
committed by ThibG
parent c644e6ea89
commit 9fc7ad7b9c
3 changed files with 3 additions and 1 deletions

View File

@ -25,7 +25,7 @@ export default class StatusList extends ImmutablePureComponent {
prepend: PropTypes.node,
alwaysPrepend: PropTypes.bool,
emptyMessage: PropTypes.node,
timelineId: PropTypes.string,
timelineId: PropTypes.string.isRequired,
};
static defaultProps = {