Merge branch '835-stats-hidden' into 'master'

Fix #835: Hide pod statistics on about page if those are disabled

See merge request funkwhale/funkwhale!780
environments/review-front-revi-ncqkze/deployments/1738
Eliot Berriot 2019-06-11 10:03:58 +02:00
commit 0170b4f036
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -0,0 +1 @@
Hide pod statistics on about page if those are disabled (#835)

Wyświetl plik

@ -1,6 +1,6 @@
<template>
<div>
<div v-if="stats" class="ui stackable two column grid">
<div v-if="stats && stats.trackFavorites !== undefined" class="ui stackable two column grid">
<div class="column">
<h3 class="ui left aligned header">
<translate translate-context="Content/About/Title/Noun">User activity</translate>