update base url from app settings

This commit is contained in:
2021-07-14 18:59:38 +01:00
parent 42a9d51ed2
commit b27e0ea524
4 changed files with 8 additions and 10 deletions
-2
View File
@@ -86,8 +86,6 @@ export const getServerSideProps = wrapper.getServerSideProps(
// );
const mapStateToProps = (state) => {
console.log("mapstate", state);
return {
search: state.search,
searchResultsObj: state.searchResultsObj,
-2
View File
@@ -85,8 +85,6 @@ export const getServerSideProps = wrapper.getServerSideProps(
// );
const mapStateToProps = (state) => {
console.log("mapstate", state);
return {
search: state.search,
searchResultsObj: state.searchResultsObj,