mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-23 17:26:47 +08:00
fix: double rendering of children in layout
This commit is contained in:
@@ -47,7 +47,6 @@ export default async function RootLayout({
|
||||
</head>
|
||||
<body>
|
||||
<SessionProvider session={session}>{children}</SessionProvider>
|
||||
{children}
|
||||
{serverConfig?.isVercel && (
|
||||
<>
|
||||
<SpeedInsights />
|
||||
|
||||
Reference in New Issue
Block a user