fix: workers map parameters null

This commit is contained in:
jialin
2024-08-16 13:36:51 +08:00
parent 7ff21e0d68
commit 2e00309b40
2 changed files with 28 additions and 24 deletions
+1 -1
View File
@@ -183,7 +183,7 @@ const GPUList: React.FC = () => {
render={(text, record: GPUDeviceItem) => {
return (
<ProgressBar
percent={_.round(record.memory.utilization_rate, 0)}
percent={_.round(record.memory?.utilization_rate, 0)}
label={
<span className="flex-column">
<span>