Skip to content

Commit

Permalink
remove math random
Browse files Browse the repository at this point in the history
  • Loading branch information
0-don authored Jun 2, 2024
1 parent cb19633 commit 0ce3b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(main)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default async function MainLayout(props: MainLayoutProps) {
queryClient.setQueryData(["me"], me);

return (
<HydrationBoundary key={Math.random()} state={dehydrate(queryClient)}>
<HydrationBoundary state={dehydrate(queryClient)}>
{props.children}
</HydrationBoundary>
);
Expand Down

0 comments on commit 0ce3b63

Please sign in to comment.