diff --git a/src/pages/Dashboard/CPULoad/CPUCard.tsx b/src/pages/Dashboard/CPULoad/CPUCard.tsx index ca3974aa..b7519585 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 < maxMemory ? 'Good' : 'Poor' return ( - + { const message = currentLoad > 60 ? 'Good' : 'Poor' return ( - + { } return ( - +