fix(web): repair automation evidence runtime detail jsx
This commit is contained in:
@@ -540,7 +540,6 @@ export function AutomationEvidenceCard() {
|
||||
: t('ansibleRuntimeBlocked', {
|
||||
blockers: (derived.ansibleRuntime?.blockers ?? []).slice(0, 2).join(', ') || '--',
|
||||
}),
|
||||
}),
|
||||
})}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user