From fd9eb08cea98254c95de7c0730e0087d2bbf3925 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Mon, 29 Sep 2025 11:06:04 +0100 Subject: [PATCH 1/3] fixed profile table data --- .../account_view/AccountProfileView.jsx | 77 ++++++++++++------- .../account_view/AccountViewCom.jsx | 2 +- 2 files changed, 50 insertions(+), 29 deletions(-) diff --git a/src/components/account_view/AccountProfileView.jsx b/src/components/account_view/AccountProfileView.jsx index 8d6fda3..19dbb5e 100644 --- a/src/components/account_view/AccountProfileView.jsx +++ b/src/components/account_view/AccountProfileView.jsx @@ -1,40 +1,61 @@ -export default function AccountProfileView() { +export default function AccountProfileView({profile}) { return <> -
-
-
-
-
-

Account Profile

-
+
+
+
+

Account Profile

-
-
- - +
+ <> +
+ - - - + + + + - - - - - - + {(profile && Object.keys(profile).length > 0) ? + + + + + + : + + + + }
MemberIDPractice/SpecializationURL NAme + Member ID + + Practice/specialization + + URL Name +
1 - Practice: xxxxx xxxxxx
- Specialization: JAJAJJAJAJAJAJAJ -
url-name-i-picked
+
+
{profile?.member_id}
+
+
+
+
Practice: {profile?.practice}
+
Specialization: {profile?.specialization}
+
+
+
+
{profile?.url_name}
+
+
+
+ No Record Found +
+
-
+
-
- + } \ No newline at end of file diff --git a/src/components/account_view/AccountViewCom.jsx b/src/components/account_view/AccountViewCom.jsx index 3523fee..64b5e8e 100644 --- a/src/components/account_view/AccountViewCom.jsx +++ b/src/components/account_view/AccountViewCom.jsx @@ -57,7 +57,7 @@ export default function AccountViewCom() { : <> - + From 0a666799503016464f4d481f8481ae63c42514bf Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Mon, 29 Sep 2025 11:11:50 +0100 Subject: [PATCH 2/3] padding fix --- src/components/account_view/AccountProfileView.jsx | 2 +- src/components/account_view/CustomerAccountView.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/account_view/AccountProfileView.jsx b/src/components/account_view/AccountProfileView.jsx index 19dbb5e..5676a07 100644 --- a/src/components/account_view/AccountProfileView.jsx +++ b/src/components/account_view/AccountProfileView.jsx @@ -11,7 +11,7 @@ export default function AccountProfileView({profile}) { - + Member ID diff --git a/src/components/account_view/CustomerAccountView.jsx b/src/components/account_view/CustomerAccountView.jsx index 52ada6d..c21b49f 100644 --- a/src/components/account_view/CustomerAccountView.jsx +++ b/src/components/account_view/CustomerAccountView.jsx @@ -14,7 +14,7 @@ export default function CustomerAccountView({accountInfo}) { - + Firstname From b5a5452a0df0cd3a882a46bee805dc9114788302 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Mon, 29 Sep 2025 11:24:35 +0100 Subject: [PATCH 3/3] bg color fix --- src/components/account_view/AccountProfileView.jsx | 2 +- src/components/account_view/CustomerAccountView.jsx | 2 +- src/components/account_view/CustomerPaymentsView.jsx | 2 +- src/components/account_view/CustomerSubscriptionsView.jsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/account_view/AccountProfileView.jsx b/src/components/account_view/AccountProfileView.jsx index 5676a07..c5dea5a 100644 --- a/src/components/account_view/AccountProfileView.jsx +++ b/src/components/account_view/AccountProfileView.jsx @@ -7,7 +7,7 @@ export default function AccountProfileView({profile}) {
<> - +
diff --git a/src/components/account_view/CustomerAccountView.jsx b/src/components/account_view/CustomerAccountView.jsx index c21b49f..8d0dd66 100644 --- a/src/components/account_view/CustomerAccountView.jsx +++ b/src/components/account_view/CustomerAccountView.jsx @@ -10,7 +10,7 @@ export default function CustomerAccountView({accountInfo}) {
<> -
+
diff --git a/src/components/account_view/CustomerPaymentsView.jsx b/src/components/account_view/CustomerPaymentsView.jsx index c48f470..a65ac86 100644 --- a/src/components/account_view/CustomerPaymentsView.jsx +++ b/src/components/account_view/CustomerPaymentsView.jsx @@ -8,7 +8,7 @@ export default function CustomerPaymentsView({payments}) {
<> -
+
diff --git a/src/components/account_view/CustomerSubscriptionsView.jsx b/src/components/account_view/CustomerSubscriptionsView.jsx index 3d52e25..d4336c4 100644 --- a/src/components/account_view/CustomerSubscriptionsView.jsx +++ b/src/components/account_view/CustomerSubscriptionsView.jsx @@ -12,7 +12,7 @@ export default function CustomerSubscriptionsView({subscriptions, memberUID}) {
<> - +