diff --git a/src/scenes/home/jobs/featuredJob/featuredJob.js b/src/scenes/home/jobs/featuredJob/featuredJob.js index acdef1091..7accde802 100644 --- a/src/scenes/home/jobs/featuredJob/featuredJob.js +++ b/src/scenes/home/jobs/featuredJob/featuredJob.js @@ -29,9 +29,9 @@ const FeaturedJob = ({
- {city}, - {state}, - {country} + {city && {city},} + {state && {state},} + {country && {country}}
{remote &&