Remove className "hover-ref-wrapper" that has no styling
This commit is contained in:
parent
56fd528a39
commit
e3457dd760
|
@ -47,7 +47,7 @@ export const HoverRefWrapper: React.FC<IHoverRefWrapper> = ({ accountId, childre
|
|||
return (
|
||||
<Elem
|
||||
ref={ref}
|
||||
className={clsx('hover-ref-wrapper', className)}
|
||||
className={clsx(className)}
|
||||
onMouseEnter={handleMouseEnter}
|
||||
onMouseLeave={handleMouseLeave}
|
||||
onClick={handleClick}
|
||||
|
|
Loading…
Reference in New Issue