From @Vishal_Banoth :
Hi Liz can you help me with answers final challenge i am facing some errors
From @Vishal_Banoth :
Hi Liz can you help me with answers final challenge i am facing some errors
Hi Vishal,
The issue is with the subtitle in your joboverride
card. You can use the
Right now you have:
subtitle: 'profile.c_jobDepartment+'|'+employmentType',
There are a few of issues:
profile.
before any field being pulled from the Knowledge Graph so it should be profile.employmentType
Marketing | Full-time
. Note how there is a space before and after the |. Right now you do not have any spaces.If you fix these three things, it should work for you! Let me know.
Thanks,
Liz
did all the changes still not able to clear the module
Hi Vishal,
It looks like the last bullet isn’t done. You don’t have a space on either side of the pipe.
It should be ' | '
not '|'
- subtle difference but it really improves readability on the card!
Thanks,
Liz
did that still not completed
Finally got it! Thanks