From 184a07d20df6f33d064cc60f2a91e22e78b2371b Mon Sep 17 00:00:00 2001 From: Tom <20648924+moT01@users.noreply.github.com> Date: Fri, 24 Apr 2020 05:53:02 -0500 Subject: [PATCH] fix: infosec show cert button not rendering (#38620) --- client/src/components/settings/Certification.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/settings/Certification.js b/client/src/components/settings/Certification.js index 72e1247c4c..03c988fd6e 100644 --- a/client/src/components/settings/Certification.js +++ b/client/src/components/settings/Certification.js @@ -129,7 +129,7 @@ const isCertMapSelector = createSelector( 'Legacy Front End': isFrontEndCert, 'Legacy Data Visualization': isDataVisCert, 'Legacy Back End': isBackEndCert, - 'Legacy Information Security And Quality Assurance': isInfosecQaCert + 'Legacy Information Security and Quality Assurance': isInfosecQaCert }) );