From 38b8132d1a2070e48b28031d087d0c2dad6e906d Mon Sep 17 00:00:00 2001 From: Ahmad Abdolsaheb Date: Mon, 22 Apr 2019 15:45:34 +0300 Subject: [PATCH] fix: make full stack claimable --- client/src/components/settings/Certification.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/settings/Certification.js b/client/src/components/settings/Certification.js index 5bdb0a613c..c20ed97dd0 100644 --- a/client/src/components/settings/Certification.js +++ b/client/src/components/settings/Certification.js @@ -460,7 +460,7 @@ export class CertificationSettings extends Component { isJsAlgoDataStructCert && isRespWebDesignCert; - const superBlock = 'full-stack-certificate'; + const superBlock = 'full-stack'; const certLocation = `/certification/${username}/${superBlock}`; const buttonStyle = { @@ -506,7 +506,7 @@ export class CertificationSettings extends Component { className={'col-xs-12'} href={certLocation} id={'button-' + superBlock} - onClick={createClickHandler(certLocation)} + onClick={createClickHandler(superBlock)} style={buttonStyle} target='_blank' >