rm show tooltips

pull/3530/head^2
lianahus 2 years ago committed by Aniket
parent 8857296b46
commit 99b3c2a11f
  1. 1
      libs/remix-ui/helper/src/lib/components/custom-tooltip.tsx

@ -24,7 +24,6 @@ export function CustomTooltip({ children, placement, tooltipId, tooltipClasses,
</Popover>
}
delay={delay}
show={true}
>
{children}
</OverlayTrigger>

Loading…
Cancel
Save