feat(donations): Resolve donations via donor

This commit is contained in:
2023-04-19 18:15:15 +02:00
parent 5d48060834
commit 6f337aeee1
2 changed files with 5 additions and 14 deletions

View File

@@ -17,10 +17,10 @@
>
{:else}
<a
href="../donations/{d.id}"
href="../donations/{donation.id}"
class="px-2 inline-flex text-xs leading-5 font-semibold rounded-full bg-green-700 text-white mr-1"
>{$_("fixed-donation")}:
{(d.amount / 100)
{(donation.amount / 100)
.toFixed(2)
.toLocaleString("de-DE", { valute: "EUR" })}</a
>