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":