diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-07-15 21:47:45 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-07-15 21:47:45 +0000 |
| commit | f734a721165537b587495498c3e7c3d80eb179e7 (patch) | |
| tree | 0b65a4a51b5ca2a5267b40d61e10f235762c7507 /src/components/status/status.vue | |
| parent | e86f6edb7ce517bb7bd0f166ee6c6290bc304325 (diff) | |
| parent | 59ade4084e2d3c7d018fec57972742a628749032 (diff) | |
Merge branch 'fix/respect-hide-post-stats' into 'develop'
Hide favs/rts properly when hide post stats is enabled
See merge request pleroma/pleroma-fe!877
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 30969256..b825d17d 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -344,7 +344,7 @@ <transition name="fade"> <div - v-if="isFocused && combinedFavsAndRepeatsUsers.length > 0" + v-if="!hidePostStats && isFocused && combinedFavsAndRepeatsUsers.length > 0" class="favs-repeated-users" > <div class="stats"> |
