Skip to content

Commit

Permalink
chore(tooltip): 🔇 remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Karthik-B-06 authored and kodiakhq[bot] committed Jun 16, 2022
1 parent 7904b2a commit 98fa76f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/tooltip/TooltipArrow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ const TooltipArrow: React.FC<TooltipArrowProps> = ({
...additonalArrowStyles,
...arrowProps?.style,
};
console.log(arrowStyles);
if (actualPlacement?.split(" ")[0] === "top") {
return (
<Icon
Expand Down

0 comments on commit 98fa76f

Please sign in to comment.