diff --git a/apps/portal/src/components/global/ProductNavigation.tsx b/apps/portal/src/components/global/ProductNavigation.tsx
index e34cadd7..caae6c08 100644
--- a/apps/portal/src/components/global/ProductNavigation.tsx
+++ b/apps/portal/src/components/global/ProductNavigation.tsx
@@ -25,11 +25,11 @@ export default function ProductNavigation({ items, title }: Props) {
{items.map((item) =>
item.children != null && item.children.length > 0 ? (