diff --git a/apps/Frontend/src/pages/payments-page.tsx b/apps/Frontend/src/pages/payments-page.tsx
index 200ce2b..3ef50ba 100755
--- a/apps/Frontend/src/pages/payments-page.tsx
+++ b/apps/Frontend/src/pages/payments-page.tsx
@@ -212,9 +212,6 @@ export default function PaymentsPage() {
- {/* OCR Image Upload Section*/}
-
-
{/* Recent Payments table */}
@@ -239,6 +236,9 @@ export default function PaymentsPage() {
}}
/>
+ {/* OCR Image Upload Section*/}
+
+
{/* Payment Edit Modal — modal will fetch payment by id and handle its own save/update */}