removed transaction history from Profile.js

This commit is contained in:
2026-01-27 16:38:21 -06:00
parent 4ad1997bd5
commit 378b909398

View File

@@ -721,17 +721,6 @@ const Profile = () => {
onOpenChange={setPasswordDialogOpen} onOpenChange={setPasswordDialogOpen}
/> />
{/* Transaction History Section */}
<div className="mt-8">
<TransactionHistory
subscriptions={transactions.subscriptions}
donations={transactions.donations}
totalSubscriptionCents={transactions.total_subscription_amount_cents}
totalDonationCents={transactions.total_donation_amount_cents}
loading={transactionsLoading}
isAdmin={false}
/>
</div>
</div> </div>
<MemberFooter /> <MemberFooter />
</div> </div>