diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app/common/views/pages/explore.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/views/pages/explore.vue b/src/client/app/common/views/pages/explore.vue index 264e3d775c..796af1796b 100644 --- a/src/client/app/common/views/pages/explore.vue +++ b/src/client/app/common/views/pages/explore.vue @@ -1,6 +1,6 @@ <template> <div> - <ui-container :show-header="false"> + <ui-container :show-header="false" v-if="meta && stats"> <div class="kpdsmpnk" :style="{ backgroundImage: meta.bannerUrl ? `url(${meta.bannerUrl})` : null }"> <div> <b>{{ $t('explore', { host: meta.name }) }}</b> |