clear code

This commit is contained in:
Hristo Nedelkov 2023-09-27 23:16:54 +03:00
parent 805a03e335
commit fda7a8b23c
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ type DeviceNetworkHealthProps = {
const DeviceNetworkHealth = ({ uploadRate, downloadRate }: DeviceNetworkHealthProps) => {
const [isHovered, setIsHovered] = useState(false);
const THRESHOLD = 60;
const GOOD_COLOR = '#8DC6BC';
const POOR_COLOR_UPLOAD = '#e95460';