We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c37828 commit 5067a36Copy full SHA for 5067a36
1 file changed
src/components/Home-Contacts/ContactsList.vue
@@ -31,7 +31,7 @@
31
</v-row>
32
<v-row class="container__inner-row">
33
<v-col class="container__item-sub-name contacts__list-ext">
34
- {{ $t('user.ext') }}: <span> {{ scopedSlots.contact.number_ext }} </span>
+ {{ $t('user.ext') }}: <span> {{ scopedSlots.contact.number_ext || '-' }} </span>
35
</v-col>
36
<v-col class="container__item-sub-name">
37
<span> {{ scopedSlots.contact.number }} </span>
0 commit comments