Add common badge on third party col
Signed-off-by: Émile Ré <emile@probo.com>
This commit is contained in:
@@ -306,13 +306,12 @@ export function TrackerPatternRow({ patternKey, connectionId }: TrackerPatternRo
|
|||||||
<Td>
|
<Td>
|
||||||
{pattern.thirdParty
|
{pattern.thirdParty
|
||||||
? (
|
? (
|
||||||
<div className="flex items-center gap-2 min-w-0">
|
<span className="truncate">{pattern.thirdParty.name}</span>
|
||||||
<span className="truncate">{pattern.thirdParty.name}</span>
|
|
||||||
</div>
|
|
||||||
)
|
)
|
||||||
: pattern.commonThirdParty
|
: pattern.commonThirdParty
|
||||||
? (
|
? (
|
||||||
<div className="flex items-center gap-2 min-w-0">
|
<div>
|
||||||
|
<Badge variant="info">{__("Common catalog")}</Badge>
|
||||||
<span className="truncate">{pattern.commonThirdParty.name}</span>
|
<span className="truncate">{pattern.commonThirdParty.name}</span>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user