diff options
| author | shpuld <shp@cock.li> | 2019-07-09 16:50:23 +0300 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2019-07-09 16:50:23 +0300 |
| commit | 59ade4084e2d3c7d018fec57972742a628749032 (patch) | |
| tree | 14ddedd3b0056ce94750792ae6fa1fac9be00234 /src/components/status/status.vue | |
| parent | 6b4fe1c2d9143578ccc8a6ae5774006b34002ba2 (diff) | |
Hide favs/rts properly when hide post stats is enabled
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"> |
