Skip to content

Commit 5067a36

Browse files
authored
fix: Display dash in ContactsList if no ext number returned (#44)
1 parent 4c37828 commit 5067a36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Home-Contacts/ContactsList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</v-row>
3232
<v-row class="container__inner-row">
3333
<v-col class="container__item-sub-name contacts__list-ext">
34-
{{ $t('user.ext') }}: <span> {{ scopedSlots.contact.number_ext }} </span>
34+
{{ $t('user.ext') }}: <span> {{ scopedSlots.contact.number_ext || '-' }} </span>
3535
</v-col>
3636
<v-col class="container__item-sub-name">
3737
<span> {{ scopedSlots.contact.number }} </span>

0 commit comments

Comments
 (0)