diff --git a/.env.local b/.env.local index c2ef6a0a..48877f7e 100644 --- a/.env.local +++ b/.env.local @@ -45,10 +45,10 @@ RELAYPATH = "dev-pedw-hc" GOOGLE_TAG_MANAGER = GTM-T78CBC3 -SHOWLOGIN = "true" -SHOWREPRESENTATIONS = false +SHOWLOGIN = "false" +SHOWREPRESENTATIONS = "false" SHOWFILEUPLOAD = "false" -SHOWMAPS = "true" +SHOWMAPS = "false" //BASIC_AUTH_CREDENTIALS = pinswg:password|pinswg2:password2 diff --git a/components/case/summary.js b/components/case/summary.js index d2beffba..a2e0db79 100644 --- a/components/case/summary.js +++ b/components/case/summary.js @@ -65,7 +65,7 @@ const CaseSummary = (props) => { } = props; const noRepresentationLink = [ - //"/case", + "/case", "/dnsdetails", "/dns/[developmentName]", ];