Skip to content

Commit e965772

Browse files
authored
Update form-group.js
1 parent db0df4b commit e965772

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/form-group/form-group.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,7 @@ const renderLabel = (h, ctx) => {
125125
[content]
126126
)
127127
}
128-
return h(isHorizontal ? BCol : 'div', { props: isHorizontal ? ctx.labelColProps : {} }, [
129-
label
130-
])
128+
return h(isHorizontal ? BCol : 'div', { props: isHorizontal ? ctx.labelColProps : {} }, [label])
131129
} else {
132130
return h(
133131
isHorizontal ? BCol : labelTag,

0 commit comments

Comments
 (0)