Skip to content

Commit

Permalink
fixes ias
Browse files Browse the repository at this point in the history
  • Loading branch information
Iliaspit committed Oct 2, 2020
1 parent 83b59ff commit 854de3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/Bling.js
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,8 @@ var Bling = (_temp2 = _class = function (_Component) {
adUnitPath: adUnitPath,
size: slotSize,
adSlotId: divId
}
},
slot: adSlot
});
} else {
Bling._adManager.googletag.display(divId);
Expand Down
3 changes: 2 additions & 1 deletion src/Bling.js
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,8 @@ class Bling extends Component {
adUnitPath,
size: slotSize,
adSlotId: divId
}
},
slot: adSlot
});
} else {
Bling._adManager.googletag.display(divId);
Expand Down

0 comments on commit 854de3c

Please sign in to comment.