apostrophe fix and dns details ordering

This commit is contained in:
2022-04-26 16:08:23 +01:00
parent 1fae028486
commit 19be69389e
15 changed files with 381 additions and 339 deletions
+2 -1
View File
@@ -9,7 +9,7 @@ import Footer from "../components/footer";
import Header from "../components/header";
const Home = (props) => {
const { footerLinks, pages } = props;
const { footerLinks, pages, showMap } = props;
let { t, lang } = useTranslation();
const router = useRouter();
@@ -63,6 +63,7 @@ const Home = (props) => {
appealTypeID={
props.currentView.caseReference.appealType
}
showMap={props.currentView.caseReference.showMap}
/>
</div>
<Footer footerLinks={footerLinks} />