Merge pull request #7865 from karel1980/feature/typo-fix
Fix Typo in User.js that breaks Certificate Display
This commit is contained in:
@ -35,7 +35,7 @@ const certViews = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const certText = {
|
const certText = {
|
||||||
[certTypes.fronEnd]: 'Front End certified',
|
[certTypes.frontEnd]: 'Front End certified',
|
||||||
[certTypes.dataVis]: 'Data Vis Certified',
|
[certTypes.dataVis]: 'Data Vis Certified',
|
||||||
[certTypes.backEnd]: 'Back End Certified',
|
[certTypes.backEnd]: 'Back End Certified',
|
||||||
[certTypes.fullStack]: 'Full Stack Certified'
|
[certTypes.fullStack]: 'Full Stack Certified'
|
||||||
|
Reference in New Issue
Block a user