fix: remove duplicate const meal declaration in regenerateRecipe

This commit is contained in:
dadaloop82
2026-04-04 15:31:31 +00:00
parent da5552e992
commit e233dcef6d
3 changed files with 2 additions and 2 deletions
-1
View File
@@ -7037,7 +7037,6 @@ function regenerateRecipe() {
_recipeVariationCount[meal] = (_recipeVariationCount[meal] || 0) + 1;
document.getElementById('recipe-result').style.display = 'none';
document.getElementById('recipe-loading').style.display = 'none';
const meal = getMealType();
// Rebuild meal selector with auto-detected default
const mealGrid = document.getElementById('recipe-meal-grid');
if (mealGrid) {