fix thread pending author address

This commit is contained in:
Tom
2023-05-29 18:11:19 +02:00
parent 492703f3c1
commit c27a778e73
+1 -4
View File
@@ -974,11 +974,8 @@ const Thread = () => {
</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, 10) + "(...)"}
{account?.author?.shortAddress}
</span>
)
}