add mock api calls for modules viewall component
This commit is contained in:
@@ -45,6 +45,7 @@ const Home = (props) => {
|
||||
<ViewAll
|
||||
searchString={"View All"}
|
||||
searchResultsObj={props.searchResultsObj}
|
||||
currentView={props.currentView.currentView}
|
||||
/>
|
||||
</div>
|
||||
<Footer footerLinks={footerLinks} />
|
||||
@@ -89,6 +90,7 @@ const mapStateToProps = (state) => {
|
||||
search: state.search,
|
||||
searchResultsObj: state.searchResultsObj,
|
||||
form: state.form,
|
||||
currentView: state.currentView,
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user