mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
Removed an unessacery span.
This commit is contained in:
parent
dd542b5d05
commit
2eb2c863b1
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue