We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aae727 commit d2e61e0Copy full SHA for d2e61e0
1 file changed
src/components/Label/Label.tsx
@@ -78,7 +78,7 @@ export const Label = ({
78
</>
79
);
80
81
- return !!text || !!info || !!tooltip || !!children ? (
+ return !!text || !!info || !!tooltip || !!children || !!additionalElements ? (
82
React.createElement(
83
htmlElementstring,
84
{
0 commit comments