UBER-402 undefined in comment placeholder (#3373)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov 2023-06-07 11:44:42 +06:00 committed by GitHub
parent 2ac3346073
commit 9ae98bf031
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@
<div slot="content" class="flex-row-center">
<span class="icon"><IconThread size={'x-small'} /></span>
{#if showCounter}
&nbsp;{value}
&nbsp;{value ?? 0}
{/if}
</div>
</Button>