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