clear code
This commit is contained in:
parent
805a03e335
commit
fda7a8b23c
|
@ -23,7 +23,6 @@ type DeviceNetworkHealthProps = {
|
||||||
const DeviceNetworkHealth = ({ uploadRate, downloadRate }: DeviceNetworkHealthProps) => {
|
const DeviceNetworkHealth = ({ uploadRate, downloadRate }: DeviceNetworkHealthProps) => {
|
||||||
const [isHovered, setIsHovered] = useState(false);
|
const [isHovered, setIsHovered] = useState(false);
|
||||||
|
|
||||||
|
|
||||||
const THRESHOLD = 60;
|
const THRESHOLD = 60;
|
||||||
const GOOD_COLOR = '#8DC6BC';
|
const GOOD_COLOR = '#8DC6BC';
|
||||||
const POOR_COLOR_UPLOAD = '#e95460';
|
const POOR_COLOR_UPLOAD = '#e95460';
|
||||||
|
|
Loading…
Reference in New Issue