fix(web): humanize apply gate next action
All checks were successful
Code Review / ai-code-review (push) Successful in 14s
CD Pipeline / tests (push) Successful in 1m36s
CD Pipeline / build-and-deploy (push) Successful in 3m52s
CD Pipeline / post-deploy-checks (push) Successful in 1m29s

This commit is contained in:
Your Name
2026-06-26 00:31:34 +08:00
parent dac6a1def7
commit ef3ee4c408

View File

@@ -831,8 +831,8 @@ export function AwoooPStatusChainPanel({
</div>
<div className="min-w-0 bg-white px-4 py-3">
<p className="text-xs font-semibold text-[#77736a]">{t("applyGate.nextAction")}</p>
<p className="mt-2 break-words font-mono text-sm text-[#141413]" title={valueOrEmpty(automationHandoff.next_action, emptyLabel)}>
{valueOrEmpty(automationHandoff.next_action, emptyLabel)}
<p className="mt-2 break-words text-sm text-[#141413]" title={valueOrEmpty(automationHandoff.next_action, emptyLabel)}>
{nextActionLabel(automationHandoff.next_action)}
</p>
</div>
</div>