This commit was merged in pull request #562.
This commit is contained in:
2024-01-30 17:10:39 +01:00
parent 2f90c4a6c2
commit 7ff5e2b6e0
-2
View File
@@ -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":