fixed profile table data

This commit is contained in:
victorAnumudu
2025-09-29 11:06:04 +01:00
parent 1e28046093
commit fd9eb08cea
2 changed files with 50 additions and 29 deletions
@@ -57,7 +57,7 @@ export default function AccountViewCom() {
:
<>
<CustomerAccountView accountInfo={account_info} />
<AccountProfileView />
<AccountProfileView profile={account_profile} />
<CustomerSubscriptionsView subscriptions={subscriptions} memberUID={memberUID} />
<CustomerPaymentsView payments={payments} />
</>