diff --git a/src/layouts/DrawerComponent.vue b/src/layouts/DrawerComponent.vue index 3309ada4..777df27b 100644 --- a/src/layouts/DrawerComponent.vue +++ b/src/layouts/DrawerComponent.vue @@ -241,6 +241,13 @@ function branchSetting() {} ? currentMyBranch?.nameEN : currentMyBranch?.name) ?? '-' }} + + {{ + ($i18n.locale === 'en-US' + ? currentMyBranch?.nameEN + : currentMyBranch?.name) ?? '-' + }} + {{ currentMyBranch?.code ?? '-' }}