We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38c7a50 commit 702f7d5Copy full SHA for 702f7d5
design-library/src/components/BccBadge/BccBadge.vue
@@ -31,7 +31,8 @@ withDefaults(
31
<span class="order-2 empty:hidden"><slot></slot></span>
32
<component
33
v-if="(iconRight && typeof iconRight !== 'boolean') || (icon && iconRight === true)"
34
- :is="typeof iconRight !== 'boolean' ? iconRight : icon"
+ v-if="rightIconComponent"
35
+ :is="rightIconComponent"
36
class="bcc-badge-icon order-3"
37
/>
38
</div>
0 commit comments