From bbd5085b9f62bdc7db11149cde3224e87181b393 Mon Sep 17 00:00:00 2001 From: Alessandro Vito Date: Tue, 5 Oct 2021 16:10:46 +0100 Subject: [PATCH] ADSDEV-924 ads prop is empty obj by default --- components/x-live-blog-wrapper/src/LiveBlogWrapper.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/x-live-blog-wrapper/src/LiveBlogWrapper.jsx b/components/x-live-blog-wrapper/src/LiveBlogWrapper.jsx index 45a86aef9..e76727ca3 100644 --- a/components/x-live-blog-wrapper/src/LiveBlogWrapper.jsx +++ b/components/x-live-blog-wrapper/src/LiveBlogWrapper.jsx @@ -22,7 +22,7 @@ const withLiveBlogWrapperActions = withActions({ const BaseLiveBlogWrapper = ({ posts = [], - ads = [], + ads = {}, articleUrl, showShareButtons, id,