diff --git a/components/common/CommonRouteTabs.vue b/components/common/CommonRouteTabs.vue index 75ca06e6f..fdd2174a7 100644 --- a/components/common/CommonRouteTabs.vue +++ b/components/common/CommonRouteTabs.vue @@ -43,7 +43,7 @@ useCommands(() => command exact-active-class="children:(text-secondary !border-primary !op100 !text-base)" @click="!preventScrollTop && $scrollToTop()" > - {{ option.display }} + {{ option.display || ' ' }}
{{ option.display }} diff --git a/components/nav/NavSide.vue b/components/nav/NavSide.vue index 3e80416d4..7b0d48faa 100644 --- a/components/nav/NavSide.vue +++ b/components/nav/NavSide.vue @@ -29,9 +29,9 @@ const { notifications } = useNotifications()