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}
|
||||
</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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue