Added dashboard templates for the home_dash_types #562

Merged
ameye merged 1 commits from home-banners-dashboard into master 2024-01-30 17:58:31 +00:00
-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":