Not using parent affiliate URL for networks.

This commit is contained in:
DebaucheryLibrarian 2026-01-23 02:59:20 +01:00
parent 19f0752b0f
commit 7fdb915921
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ export function getAffiliateEntityUrl(entity) {
return entity.affiliate.url; return entity.affiliate.url;
} }
if (entity.isIndependent) { if (entity.type === 'network' || entity.isIndependent) {
return entity.url; return entity.url;
} }