Fix PriorityPresenter (#2121)

Signed-off-by: Dvinyanin Alexandr <dvinyanin.alexandr@gmail.com>
This commit is contained in:
Alex 2022-06-21 15:53:53 +07:00 committed by GitHub
parent ec8b76c299
commit d4a0443c15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,10 +25,12 @@
</script> </script>
{#if value !== undefined} {#if value !== undefined}
<div class="flex-presenter">
<div class="icon"> <div class="icon">
<Icon {icon} size={'small'} /> <Icon {icon} size={'small'} />
</div> </div>
<span class="overflow-label"> <span class="overflow-label">
<Label {label} /> <Label {label} />
</span> </span>
</div>
{/if} {/if}