mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-31 13:46:23 +00:00
clear code
This commit is contained in:
parent
805a03e335
commit
fda7a8b23c
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user