mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-25 07:23:59 +00:00
5 lines
228 B
PHP
5 lines
228 B
PHP
<div class="row d-none" :class="[{'d-flex': !$store.getters.isAdmin}]" v-if="!$store.getters.isAdmin">
|
|
<div class="col">
|
|
<customer-dashboard-section-component></customer-dashboard-section-component>
|
|
</div>
|
|
</div> |