adjusted show hide of maps and reps button

This commit is contained in:
2022-06-16 13:29:06 +01:00
parent 7164ec2f4a
commit 83661411ee
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -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
+1 -1
View File
@@ -65,7 +65,7 @@ const CaseSummary = (props) => {
} = props;
const noRepresentationLink = [
//"/case",
"/case",
"/dnsdetails",
"/dns/[developmentName]",
];