From c06216946b3ab45483b44652cee5c8cdfddf9967 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Wed, 27 Jan 2021 12:48:27 +0100 Subject: [PATCH] remove code that was pasted by accident --- .../src/components/FriendContact.vue | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/vue-cli-01-a-new-vue-project/src/components/FriendContact.vue b/vue-cli-01-a-new-vue-project/src/components/FriendContact.vue index d8f44cd..48ae26c 100644 --- a/vue-cli-01-a-new-vue-project/src/components/FriendContact.vue +++ b/vue-cli-01-a-new-vue-project/src/components/FriendContact.vue @@ -50,13 +50,7 @@ export default { } }, isFavoriteText() { - if (this.isFavo>{{ name }} {{ isFavoriteText }} - - - rite) { + if (this.isFavorite) { return "(Favorite)"; } else { return "";