diff options
| author | Shpuld Shpludson <shp@cock.li> | 2019-08-18 08:24:56 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2019-08-18 08:24:56 +0000 |
| commit | 6504d8ca0ffaad9509fbbf3fc610d4a15538aead (patch) | |
| tree | 80c83a1ee5088fcbcfa14e2de5ffd03d408cd39f /src/components/status/status.vue | |
| parent | 61f61947ad887c0cf8ee94ab7e699be78693579f (diff) | |
| parent | 4bedbfea3c315b67b1d5d0818880dde46b9af0b5 (diff) | |
Merge branch '640' into 'develop'
Fix "Mixed pin markers from multiple users"
Closes #640
See merge request pleroma/pleroma-fe!919
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" /> |
