diff --git a/web/app/layout.tsx b/web/app/layout.tsx index 9432df8..09eb59e 100644 --- a/web/app/layout.tsx +++ b/web/app/layout.tsx @@ -13,7 +13,7 @@ export default function RootLayout({ children }: { children: React.ReactNode }) return ( - {metadata.title} + {metadata.title?.toString()}