mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix account address update after using signer
This commit is contained in:
@@ -386,6 +386,7 @@ const Thread = () => {
|
||||
...prevPublishCommentOptions,
|
||||
author: {
|
||||
displayName: nameRef.current.value || undefined,
|
||||
address: account?.author.address,
|
||||
},
|
||||
content: commentRef.current.value || undefined,
|
||||
link: linkRef.current.value || undefined,
|
||||
@@ -423,7 +424,7 @@ const Thread = () => {
|
||||
signer,
|
||||
author: {
|
||||
...prevPublishCommentOptions.author,
|
||||
address: signer?.address
|
||||
address: signer?.address,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user