mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-03-03 12:30:34 +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 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…
x
Reference in New Issue
Block a user