Add missing propType

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
merge-requests/676/head
marcin mikołajczak 3 years ago
parent 5f68df64f1
commit 88d1b9a0a2

@ -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);

Loading…
Cancel
Save