import React from 'react' export default function GetLoan({step, handleStep, screens}) { const handleGetLoan = () => { // handleStep({...step.details}, screens.pin) handleStep({...step.details}, screens.terms_conditions) } return (