mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
typo
This commit is contained in:
@@ -1585,7 +1585,7 @@ const Thread = () => {
|
||||
onClick={() => {
|
||||
handleOptionClick(reply.cid);
|
||||
setNewSuccessMessage('Link copied to clipboard');
|
||||
handleShareClick(thread.subplebbitAddress, thread.cid);
|
||||
handleShareClick(comment.subplebbitAddress, comment.cid);
|
||||
}}
|
||||
>
|
||||
Share post
|
||||
@@ -2527,7 +2527,7 @@ const Thread = () => {
|
||||
onClick={() => {
|
||||
handleMobileOptionClick(reply.cid);
|
||||
setNewSuccessMessage('Link copied to clipboard');
|
||||
handleShareClick(thread.subplebbitAddress, thread.cid);
|
||||
handleShareClick(comment.subplebbitAddress, comment.cid);
|
||||
}}
|
||||
>
|
||||
Share post
|
||||
|
||||
Reference in New Issue
Block a user