hide properties if none are present in recipe
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div>
|
||||
<div v-if="hasRecipeProperties || hasFoodProperties">
|
||||
|
||||
|
||||
<div class="card p-4 pb-2" v-if="recipe !== undefined && property_list.length > 0">
|
||||
|
Reference in New Issue
Block a user