Fix #835: Hide pod statistics on about page if those are disabled
This commit is contained in:
parent
30540709eb
commit
b567868129
|
@ -0,0 +1 @@
|
|||
Hide pod statistics on about page if those are disabled (#835)
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue