diff --git a/src/components/account_view/AccountProfileView.jsx b/src/components/account_view/AccountProfileView.jsx index 8d6fda3..c5dea5a 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() { : <> - + diff --git a/src/components/account_view/CustomerAccountView.jsx b/src/components/account_view/CustomerAccountView.jsx index 52ada6d..8d0dd66 100644 --- a/src/components/account_view/CustomerAccountView.jsx +++ b/src/components/account_view/CustomerAccountView.jsx @@ -10,11 +10,11 @@ export default function CustomerAccountView({accountInfo}) {
<> - +
-
+ Firstname 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}) {
<> - +