[Glitch] Prepend account header even when status list is empty
Partially port 90b64c0069
This commit is contained in:
@ -23,6 +23,7 @@ export default class StatusList extends ImmutablePureComponent {
|
||||
isPartial: PropTypes.bool,
|
||||
hasMore: PropTypes.bool,
|
||||
prepend: PropTypes.node,
|
||||
alwaysPrepend: PropTypes.bool,
|
||||
emptyMessage: PropTypes.node,
|
||||
timelineId: PropTypes.string,
|
||||
};
|
||||
|
Reference in New Issue
Block a user