Neuer Tab für Issues
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
scammo
2021-09-15 21:02:51 +02:00
parent 96cfd18d83
commit 46d4c596e9
2 changed files with 2 additions and 2 deletions

View File

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