From 9f01a8e5e40c0000bc3f2302867c6794711a19f9 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Mon, 29 May 2023 12:33:33 -0400 Subject: [PATCH] fix family resouce menu --- src/components/Partials/RightSideBar.jsx | 76 +++++++++++++----------- 1 file changed, 40 insertions(+), 36 deletions(-) diff --git a/src/components/Partials/RightSideBar.jsx b/src/components/Partials/RightSideBar.jsx index 4037a62..5d05f63 100644 --- a/src/components/Partials/RightSideBar.jsx +++ b/src/components/Partials/RightSideBar.jsx @@ -46,6 +46,8 @@ export default function RightSideBar() {
+ {userDetails && userDetails?.account_type !== "FAMILY" && ( + <>
{/* image */}
@@ -77,8 +79,7 @@ export default function RightSideBar() {
{/* action */}
- {userDetails && userDetails?.account_type !== "FAMILY" && ( - <> +
{/* image */}
@@ -122,42 +123,45 @@ export default function RightSideBar() {

-
- {/* image */} -
- - - - - -
- {/* name */} -
-

- Resources -

-
-
+ )} + +
+ {/* image */} +
+ + + + + +
+ {/* name */} +
+

+ Resources +

+
+
+
{/**/}