Skip to content

Commit 38c7a50

Browse files
u12206050Copilot
andauthored
Update design-library/src/components/BccBadge/BccBadge.vue
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 10d7d56 commit 38c7a50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ withDefaults(
2424
<template>
2525
<div class="bcc-badge" :class="[BCC_CONTEXTS[context], contrast, size, { bordered }]">
2626
<component
27-
v-if="icon && iconRight === false"
27+
v-if="icon && !iconRight"
2828
:is="icon"
2929
class="bcc-badge-icon order-1"
3030
/>

0 commit comments

Comments
 (0)