Add missing propType

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2021-08-19 23:52:51 +02:00
parent 5f68df64f1
commit 88d1b9a0a2
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ export default class SearchResults extends ImmutablePureComponent {
submitted: PropTypes.bool,
expandSearch: PropTypes.func.isRequired,
selectedFilter: PropTypes.string.isRequired,
selectFilter: PropTypes.func.isRequired,
};
handleLoadMore = () => this.props.expandSearch(this.props.selectedFilter);