From 13c24284726e59c7cfc89ae83cf14f3c6d3e88da Mon Sep 17 00:00:00 2001 From: hay-kot Date: Sat, 29 May 2021 15:24:56 -0800 Subject: [PATCH] typo --- frontend/src/components/Recipe/FavoriteBadge.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/Recipe/FavoriteBadge.vue b/frontend/src/components/Recipe/FavoriteBadge.vue index 651bf51ba..458fc2916 100644 --- a/frontend/src/components/Recipe/FavoriteBadge.vue +++ b/frontend/src/components/Recipe/FavoriteBadge.vue @@ -3,7 +3,7 @@ small @click.prevent="toggleFavorite" v-if="isFavorite || showAlways" - :color="isFavoite && buttonStyle ? 'secondary' : 'primary'" + :color="isFavorite && buttonStyle ? 'secondary' : 'primary'" :icon="!buttonStyle" :fab="buttonStyle" >