From bdac92f0a7df784a7930b39427d1ba5081d4d711 Mon Sep 17 00:00:00 2001 From: asthajn6 Date: Tue, 31 Jan 2023 07:45:20 -0500 Subject: [PATCH] #49 01/31/2023 - Removing console.log --- projects/mybyte/pages/profile.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/mybyte/pages/profile.tsx b/projects/mybyte/pages/profile.tsx index 1faa6e8..7208082 100644 --- a/projects/mybyte/pages/profile.tsx +++ b/projects/mybyte/pages/profile.tsx @@ -6,7 +6,7 @@ import { Avatar, Card, CardBody, CardHeader } from "@material-tailwind/react"; const ProfilePage = () => { const { user, userInfo } = useAuth(); -console.log(user.uid); + return (