Merge pull request #7865 from karel1980/feature/typo-fix

Fix Typo in User.js that breaks Certificate Display
This commit is contained in:
Mrugesh Mohapatra
2016-04-03 16:17:28 +05:30

View File

@ -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'