From a5826bc4ac33362d3003c18c6ceb2947d1245bb5 Mon Sep 17 00:00:00 2001 From: choba Date: Thu, 11 Jan 2024 10:16:27 +0100 Subject: [PATCH] Del. console.log delete --- src/pages/auth/signup/SignUp.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/auth/signup/SignUp.tsx b/src/pages/auth/signup/SignUp.tsx index 753f4e6..55c6dbf 100644 --- a/src/pages/auth/signup/SignUp.tsx +++ b/src/pages/auth/signup/SignUp.tsx @@ -37,7 +37,6 @@ const SignUp = () => { const LinearProgressWithLabel = ( props: LinearProgressProps & { value: number }, ) => { - console.log(theme.palette) return (