Skip to content

Commit

Permalink
ADSDEV-924 ads prop is empty obj by default
Browse files Browse the repository at this point in the history
  • Loading branch information
alevito committed Oct 5, 2021
1 parent b11a15a commit bbd5085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/x-live-blog-wrapper/src/LiveBlogWrapper.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const withLiveBlogWrapperActions = withActions({

const BaseLiveBlogWrapper = ({
posts = [],
ads = [],
ads = {},
articleUrl,
showShareButtons,
id,
Expand Down

0 comments on commit bbd5085

Please sign in to comment.