diff --git a/src/components/DeviceCPULoad.tsx b/src/components/DeviceCPULoad.tsx index 49c5ff58..81fa4c1b 100644 --- a/src/components/DeviceCPULoad.tsx +++ b/src/components/DeviceCPULoad.tsx @@ -74,7 +74,7 @@ const DeviceCPULoad: React.FC = ({ load }) => { {message === 'Poor' && ( - {((currentLoad / 80) * 100).toFixed(0)}% Uttilization + {((currentLoad / 80) * 100).toFixed(0)}% Utilization )}