mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 08:48:53 +00:00
[Glitch] Always display tab navigation on local/federated timeline even when empty
Port 90b64c0069 to glitch-soc
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user