mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-27 00:52:50 +00:00
remove skip for now button
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user