diff --git a/Services/client/src/components/PageLayout.vue b/Services/client/src/components/PageLayout.vue index 8dcad38..27d0645 100644 --- a/Services/client/src/components/PageLayout.vue +++ b/Services/client/src/components/PageLayout.vue @@ -108,9 +108,9 @@ const folderFormComponent = ref>() ผลการค้นหา {{ - mode === 'admin' && - currentInfo.path !== '/' && - currentInfo.path.split('/').join(' / ') + mode === 'admin' && currentInfo.path !== '/' + ? currentInfo.path.split('/').join(' / ') + : '' }}