fix(web): humanize apply gate next action
This commit is contained in:
@@ -831,8 +831,8 @@ export function AwoooPStatusChainPanel({
|
|||||||
</div>
|
</div>
|
||||||
<div className="min-w-0 bg-white px-4 py-3">
|
<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="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)}>
|
<p className="mt-2 break-words text-sm text-[#141413]" title={valueOrEmpty(automationHandoff.next_action, emptyLabel)}>
|
||||||
{valueOrEmpty(automationHandoff.next_action, emptyLabel)}
|
{nextActionLabel(automationHandoff.next_action)}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user