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 -
-
- } -