diff --git a/packages/presentation/src/components/UserBox.svelte b/packages/presentation/src/components/UserBox.svelte
index c110eb1be1..7b56d35cef 100644
--- a/packages/presentation/src/components/UserBox.svelte
+++ b/packages/presentation/src/components/UserBox.svelte
@@ -21,7 +21,6 @@
import { Label, showPopup } from '@anticrm/ui'
import Avatar from './Avatar.svelte'
import UsersPopup from './UsersPopup.svelte'
- import IconAvatar from './icons/Avatar.svelte'
import type { Ref, Class } from '@anticrm/core'
import { formatName, Person } from '@anticrm/contact'
@@ -66,11 +65,7 @@
}}
>
diff --git a/packages/presentation/src/components/UserInfo.svelte b/packages/presentation/src/components/UserInfo.svelte
index 5d3d36c8b4..8011ed741a 100644
--- a/packages/presentation/src/components/UserInfo.svelte
+++ b/packages/presentation/src/components/UserInfo.svelte
@@ -24,7 +24,7 @@
-
+
{#if subtitle}
{subtitle}
{/if}
{formatName(value.name)}
diff --git a/plugins/recruit-resources/src/components/CandidateCard.svelte b/plugins/recruit-resources/src/components/CandidateCard.svelte
index 2304999ded..f30f7c58ad 100644
--- a/plugins/recruit-resources/src/components/CandidateCard.svelte
+++ b/plugins/recruit-resources/src/components/CandidateCard.svelte
@@ -24,7 +24,7 @@
CANDIDATE
-
+
{#if candidate}
{formatName(candidate.name)}
{candidate.title}
diff --git a/plugins/recruit-resources/src/components/KanbanCard.svelte b/plugins/recruit-resources/src/components/KanbanCard.svelte
index 8a86465802..901381cda6 100644
--- a/plugins/recruit-resources/src/components/KanbanCard.svelte
+++ b/plugins/recruit-resources/src/components/KanbanCard.svelte
@@ -40,7 +40,7 @@