diff --git a/libs/remix-ui/helper/src/lib/components/custom-tooltip.tsx b/libs/remix-ui/helper/src/lib/components/custom-tooltip.tsx index c322d2f924..6c55ed06c8 100644 --- a/libs/remix-ui/helper/src/lib/components/custom-tooltip.tsx +++ b/libs/remix-ui/helper/src/lib/components/custom-tooltip.tsx @@ -11,12 +11,11 @@ export function CustomTooltip({ children, placement, tooltipId, tooltipClasses, + {typeof tooltipText === 'string' ? ({tooltipText}) : (tooltipText)} } delay={delay} - show={true} > {children}