From 1b7855de46e92cd623425ae7cd8e9927e01a659f Mon Sep 17 00:00:00 2001 From: "plebeius.eth" Date: Wed, 28 Jun 2023 10:13:58 +0200 Subject: [PATCH] fix keys in map --- src/components/PostOnHover.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/PostOnHover.jsx b/src/components/PostOnHover.jsx index fbf7306c..12a1e650 100644 --- a/src/components/PostOnHover.jsx +++ b/src/components/PostOnHover.jsx @@ -85,8 +85,8 @@ const PostOnHover = ({ cid, feed }) => { {reply.replies?.pages?.topAll.comments .sort((a, b) => a.timestamp - b.timestamp) .map((reply, index) => ( -
- {}} +
+ {}} className="quote-link"> c/{reply.shortCid}