remove skip for now button

This commit is contained in:
SennayT
2026-07-14 00:15:24 +03:00
parent b9646be8f1
commit 1896c8d36c

View File

@@ -1153,14 +1153,14 @@ function PassengersForm() {
Finish verifying Passenger {(verifyingIndex ?? 0) + 1} first
</p>
)}
<button
{/* <button
type="button"
onClick={() => toggleForm(index)}
disabled={isVerifyingThis}
className="text-sm text-gray-500 dark:text-gray-400 hover:underline mt-3 block mx-auto disabled:opacity-50 disabled:cursor-not-allowed"
>
Skip for now
</button>
</button> */}
</div>
) : showManualEntryLink ? (
<div className="text-center py-8">