Skip to content

Commit a071c7e

Browse files
committed
Fix tooltip
1 parent 3d1a0e1 commit a071c7e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/design-system/src/components/tooltip.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,6 @@ export const Tooltip = forwardRef(
9191
}
9292
}, [open]);
9393

94-
if (content == null) {
95-
return children;
96-
}
97-
9894
return (
9995
<TooltipPrimitive.Root
10096
open={open}

0 commit comments

Comments
 (0)