Skip to content

Commit e4dd6ac

Browse files
committed
Fix undefined location from lever on the careers page too
1 parent f625f15 commit e4dd6ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

careers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ <h5 class="mb-1">
164164
<svg class="hidden-md-up fs-md svg-icon"><use xlink:href="{{ '/assets/images/icons/icon-sprite.svg#arrow-external' | relative_url }}"></use></svg>
165165
</a>
166166
</h5>
167-
<p class="mb-0 fs-md text-truncate text-muted monospace">${job.categories.location}</p>
167+
<p class="mb-0 fs-md text-truncate text-muted monospace">${job.categories.location || ''}</p>
168168
</div>
169169
<a href="${job.hostedUrl}" target="_blank" class="hidden-md-down btn btn-primary btn-icon-external" tabindex="-1" aria-hidden="true">View Job
170170
<svg class="svg-icon"><use xlink:href="{{ '/assets/images/icons/icon-sprite.svg#arrow-external' | relative_url }}"></use></svg>

0 commit comments

Comments
 (0)