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:
@@ -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}
|
||||
{" "}
|
||||
|
||||
Reference in New Issue
Block a user