diff --git a/src/components/loan_screen/GetLoan.jsx b/src/components/loan_screen/GetLoan.jsx index 9f1c3a9..d699692 100644 --- a/src/components/loan_screen/GetLoan.jsx +++ b/src/components/loan_screen/GetLoan.jsx @@ -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 (