Fixed typo

ref #36
This commit is contained in:
Nicolai Ort 2021-03-31 16:17:48 +02:00
parent b43aeec0cf
commit 1d12de7045
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@
<tr>
<td>{{this.donor.firstname}} {{this.donor.middlename}} {{this.donor.lastname}}</td>
<td>{{this.amountPerDistance}}</td>
<td>{{this.amount}}]</td>
<td>{{this.amount}}</td>
</tr>
{{/each}}
</tbody>