diff --git a/frontend/app/[team]/layout.tsx b/frontend/app/[team]/layout.tsx index 30244a218..36e313c13 100644 --- a/frontend/app/[team]/layout.tsx +++ b/frontend/app/[team]/layout.tsx @@ -53,7 +53,7 @@ export default function RootLayout({ {showNav && } {showNav && } -
{children}
+
{children}
) }