Hey @Daniel_Blumberg - you’re so close!
Here’s what you have on your joboverride card (cards > joboverride > component.js) under subtitle:
subtitle: profile.c_department + | + profile.employmentType
Here’s what the challenge instructions say to add:
- Update subtitle to combine the c_jobDepartment field and the employment type field so the end result on the card looks like this: “[jobDepartment] | [employmentType]“, e.g., “Marketing | Full Time”.
Once you update where you have profile.c_department
to profile.c_jobDepartment
- you should be good to go.
Let us know if this works!