Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
🔥 Remove unnecessary eslint-disable-next-line
Browse files Browse the repository at this point in the history
  • Loading branch information
lowiebenoot committed Oct 31, 2023
1 parent 300014d commit a038c63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/tooltip/Tooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ const TooltippedComponent: GenericComponent<TooltippedComponentProps> = ({
ComposedComponent,
...other
}) => {
// eslint-disable-next-line react-hooks/exhaustive-deps
const ref = useRef(null);
const [active, setActive] = useState(false);

Expand Down

0 comments on commit a038c63

Please sign in to comment.