Fix linting

This commit is contained in:
Matt Rider 2019-07-10 18:52:23 -03:00
parent 9a72e7b9e6
commit b6dcafcc2b

View File

@ -48,7 +48,7 @@ export default {
watch: {
Post(post) {
const [first] = post
this.comments = first && first.comments || []
this.comments = (first && first.comments) || []
},
},
apollo: {