Skip to content

Commit d2e61e0

Browse files
committed
fix
1 parent 5aae727 commit d2e61e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Label/Label.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export const Label = ({
7878
</>
7979
);
8080

81-
return !!text || !!info || !!tooltip || !!children ? (
81+
return !!text || !!info || !!tooltip || !!children || !!additionalElements ? (
8282
React.createElement(
8383
htmlElementstring,
8484
{

0 commit comments

Comments
 (0)