null values does not show in kanban card

Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
Andrey Platov 2021-10-13 11:14:18 +02:00
parent 091d8ef5b1
commit 6d7e58a85c
No known key found for this signature in database
GPG Key ID: C8787EFEB4B64AF0

View File

@ -47,7 +47,7 @@
</div>
<div class="flex-col">
<div class="name" on:click={showCandidate}>{formatName(object.$lookup?.candidate?.name)}</div>
<div class="city">{object.$lookup?.candidate?.city}</div>
<div class="city">{object.$lookup?.candidate?.city ?? ''}</div>
<div class="tags">
<div class="tag" on:click={showApplication}><Label label={'Application'} /></div>
<!-- <div class="tag"><Label label={'Resume'} /></div> -->