diff --git a/src/components/Home/index.jsx b/src/components/Home/index.jsx index 5787de0..38ccd87 100644 --- a/src/components/Home/index.jsx +++ b/src/components/Home/index.jsx @@ -24,9 +24,6 @@ export default function Home(props) { return (
- {commonHeadBanner.loading ? - - : <> {userDetails && userDetails?.account_type == "FAMILY" ? ( ) : userDetails && userDetails?.account_type == "FULL" ? ( - + <> + {commonHeadBanner.loading ? + + : + + } + ) : (
You are not logged in or your account type is not supported.
)} - }
);