Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tonytc13579 committed Jan 8, 2024
1 parent 19cbf2c commit 4535851
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ export default function RootLayout({
<body>
<ChakraProvider theme={chakraThemes}>
<ChakraFontsFace />
<Hydrated>{children}</Hydrated>
{/* <Hydrated>{children}</Hydrated> */}
{children}
</ChakraProvider>
</body>
</html>
Expand Down

0 comments on commit 4535851

Please sign in to comment.