mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix pending author address
This commit is contained in:
@@ -1039,12 +1039,8 @@ const Board = () => {
|
|||||||
{reply.author?.shortAddress}
|
{reply.author?.shortAddress}
|
||||||
</span>
|
</span>
|
||||||
) : (
|
) : (
|
||||||
<span key={`mob-ha-${index}`}
|
<span key={`mob-ha-${index}`}>
|
||||||
data-tooltip-id="tooltip"
|
{account?.author?.shortAddress}
|
||||||
data-tooltip-content={account?.author?.address}
|
|
||||||
data-tooltip-place="top"
|
|
||||||
>
|
|
||||||
{account?.author?.address.slice(0, 10) + "(...)"}
|
|
||||||
</span>
|
</span>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
@@ -1451,12 +1447,8 @@ const Board = () => {
|
|||||||
{reply.author?.shortAddress}
|
{reply.author?.shortAddress}
|
||||||
</span>
|
</span>
|
||||||
) : (
|
) : (
|
||||||
<span key={`mob-ha-${index}`}
|
<span key={`mob-ha-${index}`}>
|
||||||
data-tooltip-id="tooltip"
|
{account?.author?.shortAddress}
|
||||||
data-tooltip-content={account?.author?.address}
|
|
||||||
data-tooltip-place="top"
|
|
||||||
>
|
|
||||||
{account?.author?.address.slice(0, 8) + "(...)"}
|
|
||||||
</span>
|
</span>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1325,12 +1325,8 @@ const Thread = () => {
|
|||||||
{reply.author?.shortAddress}
|
{reply.author?.shortAddress}
|
||||||
</span>
|
</span>
|
||||||
) : (
|
) : (
|
||||||
<span key={`mob-ha-${index}`}
|
<span key={`mob-ha-${index}`}>
|
||||||
data-tooltip-id="tooltip"
|
{account?.author?.shortAddress}
|
||||||
data-tooltip-content={account?.author?.address}
|
|
||||||
data-tooltip-place="top"
|
|
||||||
>
|
|
||||||
{account?.author?.address.slice(0, 8) + "(...)"}
|
|
||||||
</span>
|
</span>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user