Skip to content

Commit e468f75

Browse files
author
issayah
committed
fix: linting issue
1 parent 7ad2fd8 commit e468f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bootstrap-vue-3-icons/src/components/BIcon/BIconBase.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export default /* #__PURE__ */ defineComponent({
9393
'g',
9494
{
9595
transform: svgTransform.value,
96-
innerHTML: hasContent ? props.content || '' : {}
96+
innerHTML: hasContent.value ? props.content || '' : {},
9797
},
9898
[normalizeSlot('default', {}, slots)]
9999
)

0 commit comments

Comments
 (0)