From cdb67493aaa26b94297221b61a2025a346016664 Mon Sep 17 00:00:00 2001 From: Anthony Phan <131195703+antphan12@users.noreply.github.com> Date: Fri, 17 Apr 2026 16:23:41 -0500 Subject: [PATCH] Remove recipes.allergens --- CulinaryCommandApp/Recipe/Pages/RecipeView.razor | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/CulinaryCommandApp/Recipe/Pages/RecipeView.razor b/CulinaryCommandApp/Recipe/Pages/RecipeView.razor index cca1fbc..28dac1b 100644 --- a/CulinaryCommandApp/Recipe/Pages/RecipeView.razor +++ b/CulinaryCommandApp/Recipe/Pages/RecipeView.razor @@ -113,18 +113,6 @@ } - @* Allergens *@ - @if (!string.IsNullOrWhiteSpace(recipe.Allergens)) - { -
-

Allergens

-
- - Contains: @recipe.Allergens -
-
- } -