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 <> -
| # | -First | -Last | -Handle | +MemberID | +Practice/Specialization | +URL NAme |
|---|---|---|---|---|---|---|
| 1 | -Mark | -Otto | -@mdo | -|||
| 2 | -Jacob | -Thornton | -@fat | -|||
| 3 | -Larry | -the Bird | -
+ Practice: xxxxx xxxxxx + Specialization: JAJAJJAJAJAJAJAJ + |
+ url-name-i-picked |
| - # - | +Firstname | @@ -28,6 +26,7 @@ export default function CustomerAccountView({accountInfo}) {Action | @@ -36,11 +35,11 @@ export default function CustomerAccountView({accountInfo}) {|
|---|---|---|---|
|
-
-
- {1}
- |
+ {/**/}
+ {/* */}
+ {/* */}
+ {/*{1} */}
+ {/* | */}
{accountInfo?.firstname}
@@ -61,6 +60,7 @@ export default function CustomerAccountView({accountInfo}) {
{accountInfo?.email}
|
+
|