diff --git a/src/components/StoryList/Item/Details.jsx b/src/components/StoryList/Item/Details.jsx index 72d2016..9797632 100644 --- a/src/components/StoryList/Item/Details.jsx +++ b/src/components/StoryList/Item/Details.jsx @@ -17,8 +17,7 @@ const StoryListItemDetails = ({ {' '} {advertiser.name} - {teaser.length > 0 - && ( + {teaser && teaser.length > 0 && (

{teaser}