From 7ff5e2b6e0bfc518d1a9cf822668d61e68f6688a Mon Sep 17 00:00:00 2001 From: Ebube Date: Tue, 30 Jan 2024 17:10:39 +0100 Subject: [PATCH] . --- src/components/Home/FullAccountDash.jsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/Home/FullAccountDash.jsx b/src/components/Home/FullAccountDash.jsx index b1e5cab..7178217 100644 --- a/src/components/Home/FullAccountDash.jsx +++ b/src/components/Home/FullAccountDash.jsx @@ -11,8 +11,6 @@ export default function FullAccountDash(props) { const { userDetails } = useSelector((state) => state?.userDetails); - console.log("This is the props for Full account dashboard >> ", props); - const renderDashboard = () => { switch (props.dashTypes) { case "DEFAULT_HOME_DASH":