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) => {