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) => ( + ))}