This commit is contained in:
scammo 2021-09-15 20:54:08 +02:00
parent 4cb045d29f
commit 96cfd18d83
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
></profile-list>
<div v-if="profile.address">
<h3>Meine Location:</h3>
{{profile.address.city}} ({{profile.address.postcode}}), {{profile.address.country}}
{{profile.address.city}} <span v-if="profile.address && profile.address.postcode">({{profile.address.postcode}})</span>, {{profile.address.country}}
</div>
</div>
</template>