Removed an unnecessary span.

This commit is contained in:
jqlio18 2022-12-12 22:28:38 -05:00
commit 369c96a0db

View file

@ -72,9 +72,10 @@
{labelText} {labelText}
</slot> </slot>
{#if status === "error" || status === "finished"} {#if status === "error" || status === "finished"}
<span class="bx--progress-bar__status-icon"> <svelte:component
<svelte:component this="{statusIcons[status]}" /> this="{statusIcons[status]}"
</span> class="bx--progress-bar__status-icon"
/>
{/if} {/if}
</label> </label>
<div <div