Removing comment
Signed-off-by: Elizabeth Stranack <elstranack@expediagroup.com>
This commit is contained in:
@@ -119,7 +119,6 @@ export const getProgressColor: GaugePropsGetColor = ({
|
||||
*/
|
||||
|
||||
export function Gauge(props: GaugeProps) {
|
||||
// const hoverRef = useRef<HTMLDivElement>(null);
|
||||
const [hoverRef, setHoverRef] = useState<HTMLDivElement | null>(null);
|
||||
const { getColor = getProgressColor } = props;
|
||||
const classes = useStyles(props);
|
||||
|
||||
Reference in New Issue
Block a user