We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f625f15 commit e4dd6acCopy full SHA for e4dd6ac
careers.html
@@ -164,7 +164,7 @@ <h5 class="mb-1">
164
<svg class="hidden-md-up fs-md svg-icon"><use xlink:href="{{ '/assets/images/icons/icon-sprite.svg#arrow-external' | relative_url }}"></use></svg>
165
</a>
166
</h5>
167
- <p class="mb-0 fs-md text-truncate text-muted monospace">${job.categories.location}</p>
+ <p class="mb-0 fs-md text-truncate text-muted monospace">${job.categories.location || ''}</p>
168
</div>
169
<a href="${job.hostedUrl}" target="_blank" class="hidden-md-down btn btn-primary btn-icon-external" tabindex="-1" aria-hidden="true">View Job
170
<svg class="svg-icon"><use xlink:href="{{ '/assets/images/icons/icon-sprite.svg#arrow-external' | relative_url }}"></use></svg>
0 commit comments