mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix undefined on mobile
This commit is contained in:
@@ -285,7 +285,7 @@ const Pending = () => {
|
||||
|
||||
|
||||
<span className="poster-address">
|
||||
(u/{account.author.shortAddress})
|
||||
(u/{account.author?.shortAddress})
|
||||
</span>
|
||||
|
||||
<span className="date-time" data-utc="data">{getDate(comment?.timestamp)}</span>
|
||||
@@ -326,7 +326,7 @@ const Pending = () => {
|
||||
Anonymous</span>}
|
||||
|
||||
<span key={`mob-pa-${"pending"}`} className="poster-address-mobile">
|
||||
(u/{account.author.shortAddress})
|
||||
(u/{account.author?.shortAddress})
|
||||
</span>
|
||||
<br key={`mob-br1-${"pending"}`} />
|
||||
{comment.title ? (
|
||||
|
||||
Reference in New Issue
Block a user