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={() => {
|
onClick={() => {
|
||||||
handleOptionClick(reply.cid);
|
handleOptionClick(reply.cid);
|
||||||
setNewSuccessMessage('Link copied to clipboard');
|
setNewSuccessMessage('Link copied to clipboard');
|
||||||
handleShareClick(thread.subplebbitAddress, thread.cid);
|
handleShareClick(comment.subplebbitAddress, comment.cid);
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Share post
|
Share post
|
||||||
@@ -2527,7 +2527,7 @@ const Thread = () => {
|
|||||||
onClick={() => {
|
onClick={() => {
|
||||||
handleMobileOptionClick(reply.cid);
|
handleMobileOptionClick(reply.cid);
|
||||||
setNewSuccessMessage('Link copied to clipboard');
|
setNewSuccessMessage('Link copied to clipboard');
|
||||||
handleShareClick(thread.subplebbitAddress, thread.cid);
|
handleShareClick(comment.subplebbitAddress, comment.cid);
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Share post
|
Share post
|
||||||
|
|||||||
Reference in New Issue
Block a user