diff --git a/src/pages/Dashboard/CPULoad/CPUCard.tsx b/src/pages/Dashboard/CPULoad/CPUCard.tsx index 22424db8..935ebcec 100644 --- a/src/pages/Dashboard/CPULoad/CPUCard.tsx +++ b/src/pages/Dashboard/CPULoad/CPUCard.tsx @@ -40,7 +40,7 @@ const CPUCard = ({ load }: CPUCardProps) => { const message = currentLoad < 80 ? 'Good' : 'Poor' return ( - + { const message = currentLoad > 60 ? 'Good' : 'Poor' return ( - + { } return ( - +