Remove deleted source badge from campaign detail

The badge did not help reviewers act on campaign entries once a
source snapshot is attached.

Signed-off-by: Bryan Frimin <bryan@probo.com>
This commit is contained in:
Bryan Frimin
2026-06-11 16:34:04 +02:00
parent a30a714fcd
commit 26d64a970f

View File

@@ -638,9 +638,6 @@ function CampaignSourceCard({ source, isPendingActions }: { source: CampaignSour
? <IconChevronDown className="size-4 text-txt-tertiary" />
: <IconChevronRight className="size-4 text-txt-tertiary" />}
<span className="font-medium">{source.name}</span>
{!source.source && (
<Badge variant="neutral">{__("Source deleted")}</Badge>
)}
<Badge variant="neutral">
{source.fetchedAccountsCount}
{" "}