fix key attributes

This commit is contained in:
Tom
2023-04-25 22:13:23 +02:00
parent 9f6a5d8e60
commit b71628c817
3 changed files with 188 additions and 188 deletions
+1 -1
View File
@@ -793,7 +793,7 @@ const Thread = () => {
const replyMediaInfo = getCommentMediaInfo(reply);
const shortParentCid = findShortParentCid(reply.parentCid, comment);
return (
<div key={`${index}mob-rc-${index}`} className="reply-container">
<div key={`mob-rc-${index}`} className="reply-container">
<div key={`mob-pr-${index}`} className="post-reply post-reply-mobile">
<div key={`mob-pi-${index}`} className="post-info-mobile">
<button className="post-menu-button-mobile" title="Post menu" style={{ all: 'unset', cursor: 'pointer' }}>...</button>