Commit bc7aa412 by Arjun Jhukal

resolved the hydration issue div cannot be inside of p

parent 0bf0d538
......@@ -4,8 +4,8 @@ import React from 'react'
export default function PrivateUserLayout({ children }: { children: React.ReactNode }) {
return (
<ServerPrivate>
{children}
</ServerPrivate>
// <ServerPrivate>
{ children }
// </ServerPrivate>
)
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment