theme-provider #22

Merged
andika merged 6 commits from theme-provider into dev 2026-01-28 01:50:41 +00:00
Showing only changes of commit 378b909398 - Show all commits

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>