Fix: Certification Claims (#17389)
* fix(claim-certs): Fixes two typos making certification claims impossible * fix(challenge): Use correct id for Portfolio project
This commit is contained in:
committed by
mrugesh mohapatra
parent
389d756dad
commit
0fb5207e8d
@ -51,13 +51,13 @@ const mapStateToProps = createSelector(
|
||||
...current
|
||||
}), {}),
|
||||
blockNameIsCertMap: {
|
||||
'Applied Responsive Web Design Projects': isRespWebDesignCert,
|
||||
'Responsive Web Design Projects': isRespWebDesignCert,
|
||||
/* eslint-disable max-len */
|
||||
'JavaScript Algorithms and Data Structures Projects': isJsAlgoDataStructCert,
|
||||
/* eslint-enable max-len */
|
||||
'Front End Libraries Projects': isFrontEndLibsCert,
|
||||
'Data Visualization Projects': is2018DataVisCert,
|
||||
'API and Microservice Projects': isApisMicroservicesCert,
|
||||
'APIs and Microservices Projects': isApisMicroservicesCert,
|
||||
'Information Security and Quality Assurance Projects': isInfosecQaCert,
|
||||
'Legacy Front End Projects': isFrontEndCert,
|
||||
'Legacy Back End Projects': isBackEndCert,
|
||||
|
@ -27,7 +27,7 @@
|
||||
"title": "Build a Technical Documentation Page"
|
||||
},
|
||||
{
|
||||
"id": "587d78b0367417b2b2512b06",
|
||||
"id": "bd7158d8c242eddfaeb5bd13",
|
||||
"title": "Build a Personal Portfolio Webpage"
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user