Fixed width and height attributes on tag photos, fixes lazy loading.
This commit is contained in:
@@ -78,8 +78,6 @@ export async function getRandomCampaign(options = {}, context = {}, pass = 0) {
|
||||
return true;
|
||||
});
|
||||
|
||||
// console.log(validCampaigns);
|
||||
|
||||
const campaignsByEntityId = validCampaigns.reduce((acc, campaign) => {
|
||||
const entityId = campaign.entity.parent?.id || campaign.entity.id;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user