Not using parent affiliate URL for networks.
This commit is contained in:
parent
19f0752b0f
commit
7fdb915921
|
|
@ -54,7 +54,7 @@ export function getAffiliateEntityUrl(entity) {
|
|||
return entity.affiliate.url;
|
||||
}
|
||||
|
||||
if (entity.isIndependent) {
|
||||
if (entity.type === 'network' || entity.isIndependent) {
|
||||
return entity.url;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue