From 8b45dd409ffb65c88aa0def6c78173adcca982d9 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Sun, 23 Feb 2025 20:54:45 +0100 Subject: [PATCH] third screen hidden --- src/components/loan_screen/GetLoan.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 (