mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-23 14:06:00 +03:00
null
values does not show in kanban card
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
parent
091d8ef5b1
commit
6d7e58a85c
@ -47,7 +47,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="flex-col">
|
<div class="flex-col">
|
||||||
<div class="name" on:click={showCandidate}>{formatName(object.$lookup?.candidate?.name)}</div>
|
<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="tags">
|
||||||
<div class="tag" on:click={showApplication}><Label label={'Application'} /></div>
|
<div class="tag" on:click={showApplication}><Label label={'Application'} /></div>
|
||||||
<!-- <div class="tag"><Label label={'Resume'} /></div> -->
|
<!-- <div class="tag"><Label label={'Resume'} /></div> -->
|
||||||
|
Loading…
Reference in New Issue
Block a user