use better name

This commit is contained in:
taehoon 2019-07-01 14:03:07 -04:00
parent 5d6fcb3bb3
commit 498d7bcb5e
2 changed files with 2 additions and 2 deletions

View file

@ -388,7 +388,7 @@ const Status = {
if (!this.preview) {
this.$store.state.api.backendInteractor.fetchStatus({ id }).then((status) => {
this.preview = status
this.$nextTick(this.$refs.foo.updatePopper)
this.$nextTick(this.$refs.statusPreviewPopper.updatePopper)
})
}
} else if (this.preview.id !== targetId) {