Fixed undifined author comment issue

This commit is contained in:
Mustafa Buyukcelebi 2019-09-28 12:45:16 +03:00
parent 1b91103b4e
commit 135c6ec239

View File

@ -135,7 +135,7 @@ class CommentsContainer extends Component {
if (isOwnProfile) {
fetchPost();
} else {
} else if (author && permlink) {
await getComments(author, permlink, name)
.then(comments => {
if (selectedFilter && selectedFilter !== 'TRENDING') {