From 0a202b9e4e4a5f50048e40285654c3776a82dac2 Mon Sep 17 00:00:00 2001 From: marwoodandrew Date: Fri, 30 Sep 2022 10:29:49 +1000 Subject: [PATCH] Show embargo badge in item list --- assets/wire/components/WireListItem.jsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/assets/wire/components/WireListItem.jsx b/assets/wire/components/WireListItem.jsx index e8fedaac8..b252ae0e4 100644 --- a/assets/wire/components/WireListItem.jsx +++ b/assets/wire/components/WireListItem.jsx @@ -98,7 +98,10 @@ class WireListItem extends React.Component { {!isExtended && ( - + + +
+
)} {item.headline} @@ -124,7 +127,7 @@ class WireListItem extends React.Component {
- {this.wordCount} {gettext('words')} + {this.wordCount} {gettext('words')}
] )}