Skip to content

Commit

Permalink
[TM-1392] TM-1392 delete logs
Browse files Browse the repository at this point in the history
  • Loading branch information
diego-morales-flores-1996 committed Nov 29, 2024
1 parent d6397d1 commit e3eb3d3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,12 @@ const LinearProgressBarMonitored = ({ data }: LinearProgressBarMonitoredProps) =
};

const openTooltip = (e: React.MouseEvent<HTMLDivElement>, item: dataProps) => {
console.log("hover", e, e);
setStatusHover(item.status);
setIsHover(true);
setPosition({ top: e.pageY - 65, left: e.pageX });
};

const exitTooltip = () => {
console.log("exit");
setIsHover(false);
};

Expand Down

0 comments on commit e3eb3d3

Please sign in to comment.