fix(Post): remove unnecessary key property causing warning

This commit is contained in:
plebeius.eth
2023-09-29 09:24:18 +02:00
parent b6cdc00843
commit 2d8ecaa9a0
-1
View File
@@ -81,7 +81,6 @@ const Post = ({ content, postQuoteOnClick, postQuoteOnOver, postQuoteOnLeave, po
parts.push(
<ForwardRefLink
key={`link-${i}-${matchedText}`}
className='quotelink'
to={linkTo}
target={linkTarget}