From 83661411ee06f586a3a1f30b384db040ce9f4953 Mon Sep 17 00:00:00 2001 From: rdbsolutions Date: Thu, 16 Jun 2022 13:29:06 +0100 Subject: [PATCH] adjusted show hide of maps and reps button --- .env.local | 6 +++--- components/case/summary.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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]", ];