mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-21 12:21:31 +03:00
Update commentsContainer.js
This commit is contained in:
parent
be799c7fe9
commit
df2e0d5670
@ -129,7 +129,7 @@ class CommentsContainer extends Component {
|
|||||||
} = this.props;
|
} = this.props;
|
||||||
|
|
||||||
await getComments(author, permlink, name)
|
await getComments(author, permlink, name)
|
||||||
.then(async comments => {
|
.then(comments => {
|
||||||
this.setState({
|
this.setState({
|
||||||
comments,
|
comments,
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user