mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-30 17:53:31 -04:00 
			
		
		
		
	fix: logic for disableAmount in shopping list items (#2518)
This commit is contained in:
		| @@ -13,7 +13,7 @@ | |||||||
|         > |         > | ||||||
|           <template #label> |           <template #label> | ||||||
|             <div :class="listItem.checked ? 'strike-through' : ''"> |             <div :class="listItem.checked ? 'strike-through' : ''"> | ||||||
|               <RecipeIngredientListItem :ingredient="listItem" :disable-amount="!(listItem.quantity && (listItem.isFood || listItem.quantity !== 1))" /> |               <RecipeIngredientListItem :ingredient="listItem" :disable-amount="!(listItem.isFood || listItem.quantity !== 1)" /> | ||||||
|             </div> |             </div> | ||||||
|           </template> |           </template> | ||||||
|         </v-checkbox> |         </v-checkbox> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user