From 48dacf46c3bc9499a751ab49b9892dfcd2229554 Mon Sep 17 00:00:00 2001 From: smilerz Date: Tue, 19 Dec 2023 16:50:32 -0600 Subject: [PATCH] updated RecipeSwitcher with new MealPlan API format --- vue/src/components/Buttons/RecipeSwitcher.vue | 47 +++++++++---------- 1 file changed, 23 insertions(+), 24 deletions(-) diff --git a/vue/src/components/Buttons/RecipeSwitcher.vue b/vue/src/components/Buttons/RecipeSwitcher.vue index 4e398071..c724eadb 100644 --- a/vue/src/components/Buttons/RecipeSwitcher.vue +++ b/vue/src/components/Buttons/RecipeSwitcher.vue @@ -1,10 +1,9 @@