mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-23 14:06:00 +03:00
UBER-402 undefined in comment placeholder (#3373)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
parent
2ac3346073
commit
9ae98bf031
@ -42,7 +42,7 @@
|
||||
<div slot="content" class="flex-row-center">
|
||||
<span class="icon"><IconThread size={'x-small'} /></span>
|
||||
{#if showCounter}
|
||||
{value}
|
||||
{value ?? 0}
|
||||
{/if}
|
||||
</div>
|
||||
</Button>
|
||||
|
Loading…
Reference in New Issue
Block a user