fixed build and added updates to loan amount component
This commit was merged in pull request #27.
This commit is contained in:
@@ -6,7 +6,7 @@ import LoanAmountComp from "./LoanAmountComp";
|
||||
const GetStarted = () => {
|
||||
const [step, setStep] = React.useState(1);
|
||||
|
||||
const handleNextStep: any = () => {
|
||||
const handleNextStep = () => {
|
||||
setStep(step + 1);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user