feat: fix

This commit is contained in:
2025-11-23 06:30:39 +08:00
parent b258ba58fe
commit 424f4c0638

View File

@@ -136,7 +136,7 @@ function NTRPTestEntryCard(props: {
); );
// 如果最近一个月有测试记录,则不展示 // 如果最近一个月有测试记录,则不展示
if (hasTestInLastMonth) { if (hasTestInLastMonth && type === EvaluateScene.list) {
return null; return null;
} }