Skip to content

Commit 702f7d5

Browse files
Update design-library/src/components/BccBadge/BccBadge.vue
Co-authored-by: Copilot <[email protected]>
1 parent 38c7a50 commit 702f7d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

design-library/src/components/BccBadge/BccBadge.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ withDefaults(
3131
<span class="order-2 empty:hidden"><slot></slot></span>
3232
<component
3333
v-if="(iconRight && typeof iconRight !== 'boolean') || (icon && iconRight === true)"
34-
:is="typeof iconRight !== 'boolean' ? iconRight : icon"
34+
v-if="rightIconComponent"
35+
:is="rightIconComponent"
3536
class="bcc-badge-icon order-3"
3637
/>
3738
</div>

0 commit comments

Comments
 (0)