removed use_plural space attribute and left over settings

This commit is contained in:
vabene1111
2024-01-28 08:42:42 +01:00
parent fb8ca52280
commit 6b4b2a8f87
9 changed files with 21 additions and 20 deletions

View File

@ -34,7 +34,6 @@
<div v-for="i in r.steps.flatMap((s) => s.ingredients)" v-bind:key="i.id">
<table class="table table-sm mb-0">
<ingredient-component
:use_plural="true"
:key="i.id"
:detailed="true"
:ingredient="i"