Fix regexp filtering in pinned community/public TLs (#1840)

This commit is contained in:
Claire
2022-09-02 11:57:06 +02:00
committed by GitHub
parent d4e63cd980
commit 2a46fcc3ed
5 changed files with 16 additions and 16 deletions

View File

@ -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 = {