mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-25 08:09:41 +02:00
fix: only show scaler when ingredients amounts enabled (#1426)
This commit is contained in:
parent
efffe26a19
commit
c865bc7769
2 changed files with 3 additions and 2 deletions
|
@ -176,7 +176,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="d-flex justify-space-between align-center pt-2 pb-3">
|
||||
<v-tooltip v-if="!form" small top color="secondary darken-1">
|
||||
<v-tooltip v-if="!form && recipe.recipeYield" small top color="secondary darken-1">
|
||||
<template #activator="{ on, attrs }">
|
||||
<RecipeScaleEditButton
|
||||
v-model.number="scale"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue