- {userDetails && userDetails?.account_type == "FAMILY" ? (
-
- ) : userDetails && userDetails?.account_type == "FULL" ? (
- <>
- {Object.keys(commonHeadBanner).length < 1 ?
-
- :
-
- }
- >
- ) : (
-
- You are not logged in or your account type is not supported.
-
- )}
-
+
+ {commonHeadBanner.loading ?
+
+ :
+ <>
+ {userDetails && userDetails?.account_type == "FAMILY" ? (
+
+ ) : userDetails && userDetails?.account_type == "FULL" ? (
+
+ ) : (
+
+ You are not logged in or your account type is not supported.
+
+ )}
+ >
+ }
+