diff --git a/plugins/recruit-resources/src/components/VacancyCard.svelte b/plugins/recruit-resources/src/components/VacancyCard.svelte index f1257dd9d8..18153a8170 100644 --- a/plugins/recruit-resources/src/components/VacancyCard.svelte +++ b/plugins/recruit-resources/src/components/VacancyCard.svelte @@ -18,9 +18,9 @@ import { ChannelsEditor } from '@hcengineering/contact-resources' import { Ref, WithLookup } from '@hcengineering/core' import { createQuery, getClient } from '@hcengineering/presentation' - import { Vacancy, recruitId } from '@hcengineering/recruit' + import { Vacancy } from '@hcengineering/recruit' import { Component, Label } from '@hcengineering/ui' - import { NavLink } from '@hcengineering/view-resources' + import { DocNavLink } from '@hcengineering/view-resources' import recruit from '../plugin' import VacancyIcon from './icons/Vacancy.svelte' import chunter from '@hcengineering/chunter' @@ -73,7 +73,7 @@ {/if} {#if vacancy} - +
{#if inline}
@@ -86,7 +86,7 @@ {vacancy.name} {/if}
- + {#if company} {company.name} {/if}