diff --git a/client/src/components/profile/components/Certifications.js b/client/src/components/profile/components/Certifications.js index 93c9412c65..3ba0b5fe95 100644 --- a/client/src/components/profile/components/Certifications.js +++ b/client/src/components/profile/components/Certifications.js @@ -73,11 +73,6 @@ const mapStateToProps = (state, props) => } ], legacyCerts: [ - { - show: isFullStackCert, - title: 'Full Stack Certification', - showURL: 'legacy-full-stack' - }, { show: isFrontEndCert, title: 'Front End Certification',