fix(donations): Move amount to extra line
This commit is contained in:
		| @@ -88,7 +88,9 @@ | ||||
|               <div class="w-full"> | ||||
|                 <span class="inline-block" | ||||
|                   >{#if delete_donation.donor}<b>{$_("donor")}</b>: {delete_donation.donor.firstname} | ||||
|                   {delete_donation.donor.lastname}{:else}{$_("anonymer_sponsor")}{/if}: {`${(delete_donation.amount / 100) | ||||
|                   {delete_donation.donor.lastname}{:else}{$_("anonymer_sponsor")}{/if} | ||||
|                   <br> | ||||
|                   <b>{$_("amount")}</b>: {`${(delete_donation.amount / 100) | ||||
|           .toFixed(2) | ||||
|           .toLocaleString("de-DE", { valute: "EUR" })}€`}</span | ||||
|                 > | ||||
|   | ||||
		Reference in New Issue
	
	Block a user