+ {news && totalNewsItems > 0 && (
+
+ {news.all.map(newsItem => (
+
+ ))}
+
+ )}
+ {news && totalNewsItems === 0 && !isLoadingNews && (
+
+
+ {intl.formatMessage(messages.newsFeedEmpty)}
+
+
+ )}
+ {(!news || totalNewsItems === 0) && isLoadingNews && (
+
+
+ {intl.formatMessage(messages.newsFeedNoFetch)}
+
+
+
+ )}
+