mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-02 20:59:28 -05:00
hide property view if no properties are present
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<v-card class="mt-2">
|
||||
<v-card class="mt-2" v-if="hasFoodProperties || hasRecipeProperties">
|
||||
<v-card-title>
|
||||
<v-icon icon="$properties"></v-icon>
|
||||
{{ $t('Properties') }}
|
||||
|
||||
Reference in New Issue
Block a user