We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 026bb6f commit b3f991dCopy full SHA for b3f991d
ui/src/components/badge/QBadge.js
@@ -55,6 +55,6 @@ export default createComponent({
55
style: style.value,
56
role: 'alert',
57
'aria-label': props.label
58
- }, hMergeSlot(slots.default, props.label !== void 0 ? [ props.label ] : [])))
+ }, hMergeSlot(slots.default, props.label !== void 0 ? [ props.label ] : []))
59
}
60
})
0 commit comments