refactor status loading logic

This commit is contained in:
taehoon 2019-10-24 22:14:53 -04:00
parent 62b2648a3e
commit e00cf288f5
2 changed files with 11 additions and 17 deletions
src/components/status_popover

View file

@ -8,9 +8,9 @@
>
<div slot="popover">
<Status
v-if="preview"
v-if="status"
:is-preview="true"
:statusoid="preview"
:statusoid="status"
:compact="true"
/>
<div