diff --git a/plugins/recruit-resources/src/components/CreateCandidate.svelte b/plugins/recruit-resources/src/components/CreateCandidate.svelte
index 2d97c3407f..ddc95ab086 100644
--- a/plugins/recruit-resources/src/components/CreateCandidate.svelte
+++ b/plugins/recruit-resources/src/components/CreateCandidate.svelte
@@ -20,7 +20,7 @@
import { setPlatformStatus, unknownError, Severity } from '@anticrm/platform'
import type { Status } from '@anticrm/platform'
- import { getClient, Card, Channels, PDFViewer } from '@anticrm/presentation'
+ import { getClient, Card, Channels, PDFViewer, Avatar } from '@anticrm/presentation'
import { uploadFile } from '../utils'
import recruit from '../plugin'
@@ -30,15 +30,10 @@
import { EditBox, Link, showPopup, Component, CircleButton, IconFile as FileIcon, IconAdd, Spinner, Label, Status as StatusComponent } from '@anticrm/ui'
import FileUpload from './icons/FileUpload.svelte'
- import Avatar from './icons/Avatar.svelte'
import Edit from './icons/Edit.svelte'
import SocialEditor from './SocialEditor.svelte'
import YesNo from './YesNo.svelte'
- import Girl from '../../img/girl.png'
- import Elon from '../../img/elon.png'
- import Bond from '../../img/bond.png'
-
import { combineName } from '@anticrm/contact';
export let space: Ref
@@ -126,8 +121,6 @@
const file = inputFile.files?.[0]
if (file !== undefined) { createAttachment(file) }
}
-
- let kl: number = 0
@@ -143,32 +136,9 @@
-
-
- {#if kl === 0}
-
- {:else if kl === 1}
-
- {:else if kl === 2}
-
- {:else}
-
- {/if}
-
-
{ (kl < 3) ? kl++ : kl = 0 }}>
-
- {#if kl === 0}
-
- {:else if kl === 1}
-

- {:else if kl === 2}
-

- {:else}
-

- {/if}
-
+
-