Skip to content

Commit

Permalink
chore: clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
mrholek committed Sep 22, 2023
1 parent e7fc7fe commit e3d995c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/coreui-react/src/components/tooltip/CTooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export const CTooltip = forwardRef<HTMLDivElement, CTooltipProps>(
const togglerRef = useRef(null)
const forkedRef = useForkedRef(ref, tooltipRef)

const { popper, initPopper, destroyPopper } = usePopper()
const { initPopper, destroyPopper } = usePopper()
const [_visible, setVisible] = useState(visible)

const _delay = typeof delay === 'number' ? { show: delay, hide: delay } : delay
Expand Down

0 comments on commit e3d995c

Please sign in to comment.