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

This commit is contained in:
Eliot Berriot 2019-06-10 15:45:59 +02:00
parent 30540709eb
commit b567868129
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -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>