From 0ce3b636e454c661ab0169a65f59a95a2532c6e5 Mon Sep 17 00:00:00 2001 From: don <70039285+0-don@users.noreply.github.com> Date: Sun, 2 Jun 2024 22:00:42 +0200 Subject: [PATCH] remove math random --- src/app/(main)/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/(main)/layout.tsx b/src/app/(main)/layout.tsx index f737173..e6621b4 100644 --- a/src/app/(main)/layout.tsx +++ b/src/app/(main)/layout.tsx @@ -18,7 +18,7 @@ export default async function MainLayout(props: MainLayoutProps) { queryClient.setQueryData(["me"], me); return ( - + {props.children} );