Small bugfix (null got displayed) 🛠

This commit is contained in:
Nicolai Ort 2021-04-16 18:22:00 +02:00
parent 9add6c8ff1
commit 224f586368
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@
<a
href="../donations/{d.id}"
class="px-2 inline-flex text-xs leading-5 font-semibold rounded-full bg-blue-600 text-white mr-1">{d.runner.firstname}
{d.runner.middlename}
{d.runner.middlename || ''}
{d.runner.lastname}</a>
{:else}
<a