.
This commit was merged in pull request #562.
This commit is contained in:
@@ -11,8 +11,6 @@ export default function FullAccountDash(props) {
|
|||||||
|
|
||||||
const { userDetails } = useSelector((state) => state?.userDetails);
|
const { userDetails } = useSelector((state) => state?.userDetails);
|
||||||
|
|
||||||
console.log("This is the props for Full account dashboard >> ", props);
|
|
||||||
|
|
||||||
const renderDashboard = () => {
|
const renderDashboard = () => {
|
||||||
switch (props.dashTypes) {
|
switch (props.dashTypes) {
|
||||||
case "DEFAULT_HOME_DASH":
|
case "DEFAULT_HOME_DASH":
|
||||||
|
|||||||
Reference in New Issue
Block a user