mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
show undefined country code
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@
|
||||
<i class="fa fa-address-card fs-12 m-b-5 muted"></i>
|
||||
</div>
|
||||
<div class="col p-l-5">
|
||||
<div class="muted bold fs-10">+{{item.owner.contact.country_code}} {{parseInt(item.owner.contact.phone, 10)}}</div>
|
||||
<div class="muted bold fs-10">+{{item.owner.contact ? item.owner.contact.country_code : '--'}} {{parseInt(item.owner.contact.phone, 10)}}</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user