third screen hidden
This commit is contained in:
@@ -3,7 +3,8 @@ import React from 'react'
|
||||
export default function GetLoan({step, handleStep, screens}) {
|
||||
|
||||
const handleGetLoan = () => {
|
||||
handleStep({...step.details}, screens.pin)
|
||||
// handleStep({...step.details}, screens.pin)
|
||||
handleStep({...step.details}, screens.offers)
|
||||
}
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user