Added back redux connect to search page

• Added:
- back redux connect to search page
This commit is contained in:
mgabdev 2020-07-02 11:41:22 -04:00
parent 643026e885
commit 5175f72596

View File

@ -15,6 +15,7 @@ const mapStateToProps = (state) => ({
export default
@withRouter
@connect(mapStateToProps)
class Search extends ImmutablePureComponent {
static propTypes = {