mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-09 03:26:38 +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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<SessionProvider session={session}>{children}</SessionProvider>
|
<SessionProvider session={session}>{children}</SessionProvider>
|
||||||
{children}
|
|
||||||
{serverConfig?.isVercel && (
|
{serverConfig?.isVercel && (
|
||||||
<>
|
<>
|
||||||
<SpeedInsights />
|
<SpeedInsights />
|
||||||
|
Loading…
Reference in New Issue
Block a user