theme-provider #22
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user