diff --git a/src/components/loan_screen/TermsAndConditions.jsx b/src/components/loan_screen/TermsAndConditions.jsx index 0ad245c..620d6ec 100644 --- a/src/components/loan_screen/TermsAndConditions.jsx +++ b/src/components/loan_screen/TermsAndConditions.jsx @@ -3,7 +3,6 @@ import React from 'react' export default function TermsAndCondition({step, handleStep, screens}) { const handleGetLoan = () => { - // handleStep({...step.details}, screens.pin) handleStep({...step.details}, screens.offers) }