mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-04-27 18:38:02 +00:00
committed by
Maciej Hirsz
parent
ca0ab38bd2
commit
b16b9c5090
@@ -89,7 +89,7 @@ export default class Row extends React.Component<RowProps, {}> {
|
||||
render: ({ nodeStats }) => {
|
||||
const cpu = nodeStats[3];
|
||||
|
||||
return cpu ? `${(cpu * 100).toFixed(1)}%` : '-';
|
||||
return cpu ? `${cpu.toFixed(1)}%` : '-';
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user