feat: move Payment Document OCR section to bottom of payments page

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
ff
2026-04-10 20:24:06 -04:00
parent c95507fd97
commit b9a7ddb6d7

View File

@@ -212,9 +212,6 @@ export default function PaymentsPage() {
</Card>
</div>
{/* OCR Image Upload Section*/}
<PaymentOCRBlock />
{/* Recent Payments table */}
<Card>
<CardHeader>
@@ -239,6 +236,9 @@ export default function PaymentsPage() {
}}
/>
{/* OCR Image Upload Section*/}
<PaymentOCRBlock />
{/* Payment Edit Modal — modal will fetch payment by id and handle its own save/update */}
<PaymentEditModal
isOpen={isEditModalOpen}