console log tidying
This commit is contained in:
@@ -127,7 +127,7 @@ const SearchResults = (props) => {
|
||||
};
|
||||
|
||||
const getDetails = (resultsObj, detailsType) => {
|
||||
// console.log(resultsObj);
|
||||
//console.log(resultsObj);
|
||||
let detailsArr = [];
|
||||
resultsObj = resultsObj.value;
|
||||
const detailsObj = resultsObj.map((searchDetail, index) => {
|
||||
@@ -297,10 +297,10 @@ const SearchResults = (props) => {
|
||||
? "/fymhorth/achos/id"
|
||||
: "/achos/id"
|
||||
: myportal == true
|
||||
? "/myportal/case/id"
|
||||
: "/case/id") +
|
||||
? "/myportal/case/"
|
||||
: "/case/") +
|
||||
"/" +
|
||||
item.incidentid
|
||||
item.pinswg_name
|
||||
}
|
||||
className="govuk-link--no-underline"
|
||||
// onClick={() => {
|
||||
|
||||
@@ -366,7 +366,7 @@ let AdvancedSearch = (props) => {
|
||||
);
|
||||
};
|
||||
|
||||
// const [showSpinnerState, setShowSpinnerState] = useState(false);
|
||||
//const [showSpinnerState, setShowSpinnerState] = useState(false);
|
||||
|
||||
// let spinnerState = () => {
|
||||
// showSpinnerState == true
|
||||
|
||||
@@ -129,7 +129,7 @@ const SearchResults = (props) => {
|
||||
};
|
||||
|
||||
const getDetails = (resultsObj, detailsType) => {
|
||||
// console.log(resultsObj);
|
||||
//console.log(resultsObj);
|
||||
let detailsArr = [];
|
||||
resultsObj = resultsObj.value;
|
||||
const detailsObj = resultsObj.map((searchDetail, index) => {
|
||||
@@ -771,7 +771,7 @@ const SearchResults = (props) => {
|
||||
props.accountDetails.loggedinUserId,
|
||||
router.query,
|
||||
]);
|
||||
// console.log(
|
||||
//console.log(
|
||||
// "page is here ",
|
||||
// currentPage,
|
||||
// orderByState + " " + fieldSortState
|
||||
|
||||
Reference in New Issue
Block a user