Added recipe description, nutrition information and keywords to recipe detail view

This commit is contained in:
Vicnet
2023-10-24 19:09:21 +02:00
parent 8f32946e27
commit 04980b64c7
5 changed files with 192 additions and 43 deletions

View File

@@ -96,7 +96,7 @@ import SwiftUI
recipeDetails[recipeId] = recipeDetail
return recipeDetail
}
return RecipeDetail.error()
return RecipeDetail.error
}
func downloadAllRecipes() async {