Improved banner URL calculation.
This commit is contained in:
@@ -38,8 +38,6 @@ const props = defineProps({
|
||||
},
|
||||
});
|
||||
|
||||
// console.log(props.campaign?.banner);
|
||||
|
||||
const bannerSrc = (() => {
|
||||
if (props.campaign.banner) {
|
||||
if (props.campaign.banner.entity.type === 'network' || !props.campaign.banner.entity.parent) {
|
||||
|
||||
Reference in New Issue
Block a user