-
- 3. Site Address:{" "}
- {detailsObj.pinswg_siteaddressline1 +
- " " +
- detailsObj.pinswg_siteaddressline2 +
- " " +
- detailsObj.pinswg_siteaddresstown +
- " " +
- detailsObj.pinswg_siteaddresspostcode}
+
+
+ 3. Site Address:{" "}
+ {detailsObj.pinswg_siteaddressline1 +
+ " " +
+ detailsObj.pinswg_siteaddressline2 +
+ " " +
+ detailsObj.pinswg_siteaddresstown +
+ " " +
+ detailsObj.pinswg_siteaddresspostcode}
+
-
-
-
- {(procedureTypeValue == "Hearing" ||
- procedureTypeValue == "Inquiry") && (
+
+ {(procedureTypeValue == "Hearing" ||
+ procedureTypeValue == "Inquiry") && (
+
+ )}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ )}
+ {showQuestionnaireSection == 2 && (
+
+ )}
+ {showQuestionnaireSection == 3 && (
+
+ )}
+ {showQuestionnaireSection == 4 && (
+
+ )}
+ {showQuestionnaireSection == 5 && (
+
+ )}
+ {showQuestionnaireSection == 6 && (
+
+ )}
+ {showQuestionnaireSection == 7 && (
+
-
-
-
-
-
-
-
-
+
+ )}
>
);
};
diff --git a/pages/myportal/representation.js b/pages/myportal/representation.js
index 9c132f17..08d19508 100644
--- a/pages/myportal/representation.js
+++ b/pages/myportal/representation.js
@@ -69,13 +69,6 @@ const Home = (props) => {
if (status === "loading") {
return
;
}
- // console.log("unauthenticated path:", router.asPath);
- // if (status === "unauthenticated") {
- // console.log("unauthenticated path:", router.asPath);
- // signIn("email", { callbackUrl: router.asPath });
- // //router.push("/auth/signin");
- // return
;
- // }
return (