From a2f234a1289023b383c9cd8fbe7ddf1218a3bf47 Mon Sep 17 00:00:00 2001
From: Roba Boru
Date: Tue, 14 Jul 2026 00:14:54 +0300
Subject: [PATCH] Removed skip for now button from passenger information
---
.../portal/src/app/booking/passengers/page.tsx | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
diff --git a/apps/edr-passenger-web/portal/src/app/booking/passengers/page.tsx b/apps/edr-passenger-web/portal/src/app/booking/passengers/page.tsx
index 4639bd196..607548f13 100644
--- a/apps/edr-passenger-web/portal/src/app/booking/passengers/page.tsx
+++ b/apps/edr-passenger-web/portal/src/app/booking/passengers/page.tsx
@@ -993,7 +993,8 @@ function PassengersForm() {
const onInvalid = () => {
// Sections still behind the Fayda verify screen stay collapsed here — they only expand
- // when the user explicitly clicks "Skip for now" / "Enter details manually".
+ // when the user explicitly clicks "Enter details manually" (shown only when Fayda is
+ // unavailable).
setSubmitError('Please fix the highlighted errors before continuing.');
};
@@ -1153,14 +1154,6 @@ function PassengersForm() {
Finish verifying Passenger {(verifyingIndex ?? 0) + 1} first
)}
-
) : showManualEntryLink ? (