forked from kompetenzinventar/ki-frontend
This commit is contained in:
parent
4cb045d29f
commit
96cfd18d83
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user