diff --git a/src/components/ToolTip.tsx b/src/components/ToolTip.tsx index 6af6cb9..77a22fb 100644 --- a/src/components/ToolTip.tsx +++ b/src/components/ToolTip.tsx @@ -11,7 +11,6 @@ export default function ToolTip(props: ToolTipProps): JSX.Element { if (newProps.interactive === undefined) newProps.interactive = true; if (newProps.animation === undefined) newProps.animation = "scale-subtle"; - return (
{props.children}