remove code that was pasted by accident

This commit is contained in:
Andreas Zweili 2021-01-27 12:48:27 +01:00
parent 471ecb7e73
commit c06216946b
1 changed files with 1 additions and 7 deletions

View File

@ -50,13 +50,7 @@ export default {
}
},
isFavoriteText() {
if (this.isFavo>{{ name }} {{ isFavoriteText }}</h2>
<button @click="toggleDetails()">{{ buttonDetailsText }}</button>
<button @click="toggleFavorite()">Mark as Favorite</button>
<ul v-if="detailsAreVisible">
<li><strong>Phone:</strong> {{ phoneNumber }}</li>
<li><strong>Email:</strong> {{ emailAddress }}</li>
</ul>rite) {
if (this.isFavorite) {
return "(Favorite)";
} else {
return "";