fixed vue components address format issue

This commit is contained in:
Cihan Şentürk 2024-07-23 16:41:36 +03:00 committed by GitHub
parent 45bc1d0b6f
commit ac64c3310f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 6 deletions

View File

@ -14,9 +14,7 @@
</th>
</tr>
<tr v-if="company.location">
<th class="font-normal text-sm text-left p-0">
{{ company.location }}
</th>
<th class="font-normal text-sm text-left p-0" v-html="company.location"></th>
</tr>
<tr v-if="company.tax_number">
<th class="font-normal text-sm text-left p-0">

View File

@ -73,9 +73,7 @@
</th>
</tr>
<tr v-if="contact.location">
<th class="font-normal text-xs text-left p-0">
{{ contact.location }}
</th>
<th class="font-normal text-sm text-left p-0" v-html="contact.location"></th>
</tr>
<tr v-if="contact.tax_number">
<th class="font-normal text-xs text-left p-0">