diff --git a/client/src/containers/home/top-stories/item.tsx b/client/src/containers/home/top-stories/item.tsx index 12f51a4..c22cb9f 100644 --- a/client/src/containers/home/top-stories/item.tsx +++ b/client/src/containers/home/top-stories/item.tsx @@ -22,12 +22,14 @@ const TopStoriesItem = ({ story }: TopStoriesItemProps) => { } }; + const src = story?.image; + return (