fix: Keep ingredient headers in cook mode (#6946)

Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
This commit is contained in:
CodeFaux
2026-01-30 07:36:04 -08:00
committed by GitHub
parent 0a2cabb348
commit 37e6123f9e

View File

@@ -17,7 +17,6 @@
v-for="(ingredient, index) in value" v-for="(ingredient, index) in value"
:key="'ingredient' + index" :key="'ingredient' + index"
> >
<template v-if="!isCookMode">
<h3 <h3
v-if="showTitleEditor[index]" v-if="showTitleEditor[index]"
class="mt-2" class="mt-2"
@@ -25,7 +24,6 @@
{{ ingredient.title }} {{ ingredient.title }}
</h3> </h3>
<v-divider v-if="showTitleEditor[index]" /> <v-divider v-if="showTitleEditor[index]" />
</template>
<v-list-item <v-list-item
density="compact" density="compact"
class="pa-0" class="pa-0"