|
|
@@ -46,7 +46,6 @@ Contient entre autres le nom de l'organisation, l'accès à l'aide et aux préf
|
|
|
<v-icon icon="fas fa-globe-americas" class="on-primary" />
|
|
|
</v-btn>
|
|
|
|
|
|
-
|
|
|
<LayoutHeaderMenu name="MyAccesses" />
|
|
|
|
|
|
<LayoutHeaderMenu name="MyFamily" :translate-label="false" />
|
|
|
@@ -131,9 +130,9 @@ const showUniversalButton =
|
|
|
const layoutStore = useLayoutStore()
|
|
|
|
|
|
const websitesMenu = getMenu('WebsiteList')
|
|
|
-const isWebsitesMenuNotEmpty = computed(() => websitesMenu?.children?.length > 0)
|
|
|
-
|
|
|
-
|
|
|
+const isWebsitesMenuNotEmpty = computed(
|
|
|
+ () => websitesMenu?.children?.length > 0,
|
|
|
+)
|
|
|
</script>
|
|
|
|
|
|
<style scoped>
|