mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(Post): remove unnecessary key property causing warning
This commit is contained in:
@@ -81,7 +81,6 @@ const Post = ({ content, postQuoteOnClick, postQuoteOnOver, postQuoteOnLeave, po
|
|||||||
|
|
||||||
parts.push(
|
parts.push(
|
||||||
<ForwardRefLink
|
<ForwardRefLink
|
||||||
key={`link-${i}-${matchedText}`}
|
|
||||||
className='quotelink'
|
className='quotelink'
|
||||||
to={linkTo}
|
to={linkTo}
|
||||||
target={linkTarget}
|
target={linkTarget}
|
||||||
|
|||||||
Reference in New Issue
Block a user