terms and conditions added

This commit is contained in:
victorAnumudu
2025-02-25 07:32:28 +01:00
parent fcd72e401a
commit ab1192a508
@@ -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)
}