fix(web): repair automation evidence runtime detail jsx
Some checks failed
CD Pipeline / tests (push) Failing after 3m58s
CD Pipeline / build-and-deploy (push) Has been skipped
CD Pipeline / post-deploy-checks (push) Has been skipped
Code Review / ai-code-review (push) Successful in 12s

This commit is contained in:
Your Name
2026-05-24 15:16:46 +08:00
parent 0b2657e546
commit 0423c43b84

View File

@@ -540,7 +540,6 @@ export function AutomationEvidenceCard() {
: t('ansibleRuntimeBlocked', {
blockers: (derived.ansibleRuntime?.blockers ?? []).slice(0, 2).join(', ') || '--',
}),
}),
})}
</span>
</div>