fix pending author address

This commit is contained in:
Tom
2023-05-31 15:14:12 +02:00
parent 71448fd357
commit 4e3dfc4844
2 changed files with 6 additions and 18 deletions
+2 -6
View File
@@ -1325,12 +1325,8 @@ const Thread = () => {
{reply.author?.shortAddress}
</span>
) : (
<span key={`mob-ha-${index}`}
data-tooltip-id="tooltip"
data-tooltip-content={account?.author?.address}
data-tooltip-place="top"
>
{account?.author?.address.slice(0, 8) + "(...)"}
<span key={`mob-ha-${index}`}>
{account?.author?.shortAddress}
</span>
)
}