diff --git a/src/components/views/Thread.jsx b/src/components/views/Thread.jsx index cd3a3524..9ff2d7ee 100755 --- a/src/components/views/Thread.jsx +++ b/src/components/views/Thread.jsx @@ -1108,7 +1108,7 @@ const Thread = () => { {({ shortAuthorAddress, authorAddressChanged }) => ( <> - {comment.author.shortAddress} + {comment.author?.shortAddress} {shortAuthorAddress} )} @@ -2099,7 +2099,7 @@ const Thread = () => { {({ shortAuthorAddress, authorAddressChanged }) => ( <> - {comment.author.shortAddress} + {comment.author?.shortAddress} {shortAuthorAddress} )}