修改样式

This commit is contained in:
李瑞
2025-11-01 21:57:37 +08:00
parent 118d843f52
commit 52960a9a10
11 changed files with 116 additions and 26 deletions

View File

@@ -106,7 +106,7 @@ const ListContainer = (props) => {
<NTRPTestEntryCard key="evaluate" type={EvaluateScene.list} />
);
}
return <ListCard key={match.id || index} {...match} />;
return <ListCard key={match?.id || index} {...match} />;
})}
</>
);