Skip to content

Commit

Permalink
removes unused prop
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoapolo committed Jan 9, 2025
1 parent 1c1210c commit 3ff0cda
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/web/components/Tooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@ export type TooltipProps = {
titleClassName?: string
tooltipClassName?: string
effect?: _TooltipProps['effect']
afterShow?: _TooltipProps['afterShow']
}

const Tooltip: FC<TooltipProps> = ({
afterShow,
children,
effect,
place,
Expand Down

0 comments on commit 3ff0cda

Please sign in to comment.