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' ...@@ -4,8 +4,8 @@ import React from 'react'
export default function PrivateUserLayout({ children }: { children: React.ReactNode }) { export default function PrivateUserLayout({ children }: { children: React.ReactNode }) {
return ( return (
<ServerPrivate> // <ServerPrivate>
{children} { children }
</ServerPrivate> // </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