Skip to content

Commit

Permalink
Remove an unused property
Browse files Browse the repository at this point in the history
Related to Issue #42
  • Loading branch information
BobChao87 committed Feb 23, 2022
1 parent 40bb043 commit 00387b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/marathon/donation/Row.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{{ donation.nickname }}
</ElementTableCell>
<ElementTableCell class="amount">
<i18n-n v-if="!hideValue" :value="donation.amount" :format="{ key: 'currency', currency: donationCurrency }" />
<i18n-n :value="donation.amount" :format="{ key: 'currency', currency: donationCurrency }" />
</ElementTableCell>
<ElementTableCell class="comment">
<ElementMarkdown :markdown="donation.comment" />
Expand Down

0 comments on commit 00387b0

Please sign in to comment.