From ab1192a508f699b194a1892d50b535e2d3053f80 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Tue, 25 Feb 2025 07:32:28 +0100 Subject: [PATCH] terms and conditions added --- src/components/loan_screen/TermsAndConditions.jsx | 1 - 1 file changed, 1 deletion(-) 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) }