Merge branch 'front-styles' of ssh://git.ma-al.com:8822/goc_daniel/b2b into translate

This commit is contained in:
2026-04-03 11:32:10 +02:00
2 changed files with 8 additions and 6 deletions

View File

@@ -183,7 +183,7 @@ const menuItems = computed(() => {
if (!menu.value?.length) return []
return transformMenu(
menu.value[0]?.children || [],
menu.value || [],
currentLang.value?.iso_code
)
})