mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
5 lines
266 B
PHP
5 lines
266 B
PHP
<div class="row d-none" :class="[{'d-flex': !$store.getters.isAdmin}]" v-if="!$store.getters.isAdmin">
|
|
<div class="col">
|
|
<customer-profile-section-component :company_id="$store.getters.getCompanyId"></customer-profile-section-component>
|
|
</div>
|
|
</div> |