Header: use comma in name only if posttitel exists

This commit is contained in:
ma0068
2025-07-01 15:46:09 +02:00
parent c353e854e8
commit 9315503ec1
@@ -132,7 +132,8 @@ export default {
<h2 class="h4">
{{headerData[0].titelpre}}
{{headerData[0].vorname}}
{{headerData[0].nachname}},
{{headerData[0].nachname}}
<span v-if="headerData[0].titelpost">, </span>
{{headerData[0].titelpost}}
</h2>