{comment.author?.displayName
? comment.author?.displayName.length > 15
? <>
{comment.author?.displayName.slice(0, 15) + " (...)"}
>
:
{comment.author?.displayName}
:
Anonymous}
handleAddressClick(comment.author?.shortAddress)}
>
(u/
{comment.author?.shortAddress}
)
{comment.title ? (
comment.title.length > 30 ?
<>
{comment.title.slice(0, 30) + " (...)"}
>
:
{comment.title}
) : null}
{getDate(comment?.timestamp)}
{}} key={`mob-no2-${comment.cid}`} onClick={() => {}} title="Reply to this post">{comment.shortCid}
{commentMediaInfo?.url ? (
commentMediaInfo.type === "webpage" ? (
e.target.src = fallbackImgUrl} />
{commentMediaInfo.type}
) : commentMediaInfo.type === "image" ? (
e.target.src = fallbackImgUrl} />
{commentMediaInfo.type}
) : commentMediaInfo.type === "video" ? (
) : commentMediaInfo.type === "audio" ? (
) : null
) : null}
{comment.content ? (
<>
>
) : null}