fix: donor detail: sponsorings: unset middlename will show as "null"
All checks were successful
continuous-integration/drone/push Build is passing

close #145
This commit is contained in:
Philipp Dormann 2023-02-15 15:05:01 +01:00
parent 75684efa1a
commit cf97281592

View File

@ -207,7 +207,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