diff options
| author | taehoon <th.dev91@gmail.com> | 2019-08-15 13:07:07 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-08-17 14:33:32 -0400 |
| commit | 4b444708f2594028e47dad91f1e90728592474ae (patch) | |
| tree | f4a2986cfa003a065a8baf6b66e7596e59aeec58 /src/components/status/status.vue | |
| parent | 61f61947ad887c0cf8ee94ab7e699be78693579f (diff) | |
fix pin showing logic in conversation
Diffstat (limited to 'src/components/status/status.vue')
| -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 ab506632..64218f6e 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -32,7 +32,7 @@ </template> <template v-else> <div - v-if="showPinned && statusoid.pinned" + v-if="showPinned" class="status-pin" > <i class="fa icon-pin faint" /> |
