From bcee66568f0c990c0d8a881cb2ababa2234d15bb Mon Sep 17 00:00:00 2001 From: rdbsolutions Date: Fri, 6 May 2022 10:10:30 +0100 Subject: [PATCH] show/hde map with env variable --- pages/myportal/dnsapplications.js | 8 +++++++- pages/myportal/dnsdetails.js | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/pages/myportal/dnsapplications.js b/pages/myportal/dnsapplications.js index c888d491..29434388 100644 --- a/pages/myportal/dnsapplications.js +++ b/pages/myportal/dnsapplications.js @@ -31,7 +31,7 @@ import { } from "../../store/watchedCases/action"; const Home = (props) => { - const { footerLinks, pages, watchedCases } = props; + const { footerLinks, pages, watchedCases, showMap } = props; let { t, lang } = useTranslation(); const router = useRouter(); @@ -112,6 +112,7 @@ const Home = (props) => {
{ appealTypeID={ props.currentView.caseReference.appealType } + showMap={props.currentView.caseReference.showMap} />