hide properties if none are present in recipe

This commit is contained in:
vabene1111 2023-11-27 20:21:18 +01:00
parent 1145a8cf26
commit 1bf7af7027

View File

@ -1,5 +1,5 @@
<template> <template>
<div> <div v-if="hasRecipeProperties || hasFoodProperties">
<div class="card p-4 pb-2" v-if="recipe !== undefined && property_list.length > 0"> <div class="card p-4 pb-2" v-if="recipe !== undefined && property_list.length > 0">