Skip to content

Commit

Permalink
Fix percentage for goals
Browse files Browse the repository at this point in the history
  • Loading branch information
blackchestnut committed Jun 22, 2020
1 parent c7105a1 commit f974f01
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/goals/card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</div>
<span
class='new badge tag blue percentage'
:data-badge-caption='percentageText'
:data-badge-caption='percentage'
/>
</div>
<div class='card-action'>
Expand Down Expand Up @@ -68,9 +68,6 @@ export default {
}
return date.format('DD.MM.YYYY');
},
percentageText() {
return `${this.percentage} %`;
}
},
methods: {
Expand Down

0 comments on commit f974f01

Please sign in to comment.