Fix regexp filtering in pinned community/public TLs (#1840)
This commit is contained in:
@ -25,6 +25,7 @@ export default class StatusList extends ImmutablePureComponent {
|
||||
alwaysPrepend: PropTypes.bool,
|
||||
emptyMessage: PropTypes.node,
|
||||
timelineId: PropTypes.string.isRequired,
|
||||
regex: PropTypes.string,
|
||||
};
|
||||
|
||||
static defaultProps = {
|
||||
|
Reference in New Issue
Block a user