mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-21 04:11:50 +03:00
Fixed undifined author comment issue
This commit is contained in:
parent
1b91103b4e
commit
135c6ec239
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user