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

environments/review-front-revi-ncqkze/deployments/1738
Eliot Berriot 2019-06-10 15:45:59 +02:00
rodzic 30540709eb
commit b567868129
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: DD6965E2476E5C27
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>