Update commentsContainer.js

This commit is contained in:
uğur erdal 2019-06-20 20:19:58 +03:00 committed by GitHub
parent be799c7fe9
commit df2e0d5670

View File

@ -129,7 +129,7 @@ class CommentsContainer extends Component {
} = this.props;
await getComments(author, permlink, name)
.then(async comments => {
.then(comments => {
this.setState({
comments,
});