@ -122,7 +122,8 @@ async function addMenuItem(food) {
updateSummary();
}
itemAmount.value = 100;
console.log(food.avg_amount);
itemAmount.value = food.avg_amount ?? 100;
itemAmount.addEventListener("input", updateKcalAmount);
updateKcalAmount();
The note is not visible to the blocked user.