From 223f66c6b7ed5bb34e13afdaed9fce3dab9a61ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Mon, 8 Jun 2026 17:26:00 +0200 Subject: [PATCH] Add common badge on third party col MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Émile Ré --- .../trackers/_components/TrackerPatternRow.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/_components/TrackerPatternRow.tsx b/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/_components/TrackerPatternRow.tsx index 222a4b390..23c509406 100644 --- a/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/_components/TrackerPatternRow.tsx +++ b/apps/console/src/pages/organizations/cookie-banners/configuration/trackers/_components/TrackerPatternRow.tsx @@ -306,13 +306,12 @@ export function TrackerPatternRow({ patternKey, connectionId }: TrackerPatternRo {pattern.thirdParty ? ( -
- {pattern.thirdParty.name} -
+ {pattern.thirdParty.name} ) : pattern.commonThirdParty ? ( -
+
+ {__("Common catalog")} {pattern.commonThirdParty.name}
)