From 0939d658a5d1181af600f359af284d4cb5124b67 Mon Sep 17 00:00:00 2001 From: "plebeius.eth" Date: Sat, 21 Oct 2023 10:19:41 +0200 Subject: [PATCH] fix: missing keys --- src/components/Post.jsx | 1 + src/components/views/Home.jsx | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/Post.jsx b/src/components/Post.jsx index 24c38bc4..679ccae9 100644 --- a/src/components/Post.jsx +++ b/src/components/Post.jsx @@ -81,6 +81,7 @@ const Post = ({ content, postQuoteOnClick, postQuoteOnOver, postQuoteOnLeave, po parts.push( {

Popular Threads

- {sfwListCids.map((cid) => ( - + {sfwListCids.map((cid, index) => ( + ))}