Removed an unessacery span.

This commit is contained in:
jqlio18 2022-12-12 22:28:38 -05:00
commit 2eb2c863b1

View file

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