diff --git a/apps/web/src/app/[locale]/awooop/work-items/page.tsx b/apps/web/src/app/[locale]/awooop/work-items/page.tsx index 635df5d9a..cebb914b6 100644 --- a/apps/web/src/app/[locale]/awooop/work-items/page.tsx +++ b/apps/web/src/app/[locale]/awooop/work-items/page.tsx @@ -3092,9 +3092,6 @@ function KnowledgeOwnerReviewSingleItemRail({

{t("staleCandidates.singleItemRail.title")}

-

- {t("staleCandidates.singleItemRail.subtitle")} -

@@ -3127,9 +3124,6 @@ function KnowledgeOwnerReviewSingleItemRail({

{t(`staleCandidates.singleItemRail.step.${step.key}` as never)}

-

- {step.detail} -

); })} @@ -4254,9 +4248,6 @@ function OperatorSopRail({

{t("title")}

-

- {t("subtitle")} -

@@ -4269,9 +4260,6 @@ function OperatorSopRail({

{t(`conclusion.${conclusionKey}.title` as never)}

-

- {t(`conclusion.${conclusionKey}.detail` as never)} -

@@ -4320,9 +4308,6 @@ function OperatorSopRail({

{loading ? "--" : formatCount(stage.value)}

-

- {t(`flow.${stage.key}.detail` as never)} -

-

- {t(`cards.${card.key}.detail` as never, card.values as never)} -

{t("title")} -

- {t("subtitle")} -

@@ -4520,9 +4499,6 @@ function AutomationBlockerMapPanel({ {t(`tones.${lane.tone}` as never)} -

- {t(`lanes.${lane.key}.detail` as never)} -

{lane.primaryRef}
@@ -4618,9 +4594,6 @@ function AutomationAssetLedgerPanel({

{t("title")}

-

- {t("subtitle")} -

@@ -4675,9 +4648,6 @@ function AutomationAssetLedgerPanel({

{loading ? "--" : formatCount(node.value)}

-

- {t(`flow.${node.key}.detail` as never)} -

))} @@ -4696,9 +4666,6 @@ function AutomationAssetLedgerPanel({

{t(`items.${item.key}.title` as never)}

-

- {t(`items.${item.key}.detail` as never)} -