From 54bfe7affafc7239504e74698fe0c989afa26d05 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sun, 28 Sep 2025 14:44:26 -0400 Subject: [PATCH] Fix layout --- .../account_view/AccountProfileView.jsx | 36 +++++++------------ .../account_view/CustomerAccountView.jsx | 16 ++++----- 2 files changed, 20 insertions(+), 32 deletions(-) diff --git a/src/components/account_view/AccountProfileView.jsx b/src/components/account_view/AccountProfileView.jsx index ae64850..8d6fda3 100644 --- a/src/components/account_view/AccountProfileView.jsx +++ b/src/components/account_view/AccountProfileView.jsx @@ -1,9 +1,6 @@ - - - export default function AccountProfileView() { return <> -
+
@@ -13,34 +10,25 @@ export default function AccountProfileView() {
- +
- - - - + + + - - - - - - - - - - - - - - - + + +
#FirstLastHandleMemberIDPractice/SpecializationURL NAme
1MarkOtto@mdo
2JacobThornton@fat
3Larrythe Bird@twitter + Practice: xxxxx xxxxxx
+ Specialization: JAJAJJAJAJAJAJAJ +
url-name-i-picked
diff --git a/src/components/account_view/CustomerAccountView.jsx b/src/components/account_view/CustomerAccountView.jsx index 8c971ad..52ada6d 100644 --- a/src/components/account_view/CustomerAccountView.jsx +++ b/src/components/account_view/CustomerAccountView.jsx @@ -13,9 +13,7 @@ export default function CustomerAccountView({accountInfo}) { - + @@ -28,6 +26,7 @@ export default function CustomerAccountView({accountInfo}) { + @@ -36,11 +35,11 @@ export default function CustomerAccountView({accountInfo}) { {(accountInfo && Object.keys(accountInfo).length > 0) ? - + {/**/} +
- # - Firstname Email Action
-
-
{1}
-
-
*/} + {/*
*/} + {/*
{1}
*/} + {/*
*/} + {/*
{accountInfo?.firstname}
@@ -61,6 +60,7 @@ export default function CustomerAccountView({accountInfo}) {
{accountInfo?.email}