console log tidying
This commit is contained in:
@@ -77,7 +77,7 @@ let Home = (props) => {
|
||||
|
||||
//let optionsTitleObj = [];
|
||||
|
||||
// const optionsTitleObj = selectedObj.reduce(
|
||||
//const optionsTitleObj = selectedObj.reduce(
|
||||
// (obj, arrValue) => (
|
||||
// (obj[arrValue] = arrValue
|
||||
// .replace(/(\band|[\s\-\+\(\)\,\&])/g, "")
|
||||
|
||||
@@ -183,8 +183,8 @@ export const getServerSideProps = wrapper.getServerSideProps(
|
||||
"\n////////////////////////////\n"
|
||||
);
|
||||
|
||||
// const lpaData = require("../../data/lpa.json");
|
||||
// const appealTypeData = require("../../data/appealtypes.json");
|
||||
//const lpaData = require("../../data/lpa.json");
|
||||
//const appealTypeData = require("../../data/appealtypes.json");
|
||||
|
||||
store.dispatch(setAppealType(appealTypeData));
|
||||
store.dispatch(setLPA(lpaData));
|
||||
|
||||
Reference in New Issue
Block a user