From 8e3d89ea75e433a5877d7b35b2caf99af9d1d95f Mon Sep 17 00:00:00 2001 From: danidfra Date: Mon, 4 Nov 2024 11:55:24 -0300 Subject: [PATCH] Remove className "hover-status-wrapper" that has no styling --- src/components/hover-status-wrapper.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/hover-status-wrapper.tsx b/src/components/hover-status-wrapper.tsx index 685dbf3d9..3dd25d810 100644 --- a/src/components/hover-status-wrapper.tsx +++ b/src/components/hover-status-wrapper.tsx @@ -1,4 +1,3 @@ -import clsx from 'clsx'; import debounce from 'lodash/debounce'; import React, { useRef } from 'react'; import { useDispatch } from 'react-redux'; @@ -45,7 +44,7 @@ export const HoverStatusWrapper: React.FC = ({ statusId, ch return (