diff options
| author | dave <starpumadev@gmail.com> | 2019-04-07 11:30:14 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-05-15 12:04:24 -0400 |
| commit | df207593e9ff4826adf0cf25d01b1471b2e0834c (patch) | |
| tree | 9bfdbc4127be90e0e3cf5500530895de708dfd60 /src/components | |
| parent | f1ff48ffd6a38aca585762c061900fb36affde00 (diff) | |
#468 - update pinned status after actions(remove, add)
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/status/status.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index a5614f59..ca5e4a1c 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -105,7 +105,7 @@ v-if="preview" :isPreview="true" :statusoid="preview" - :compact=true + :compact="true" /> <div v-else class="status-preview status-preview-loading"> <i class="icon-spin4 animate-spin"></i> |
