decimal issue fixed

This commit is contained in:
victorAnumudu
2025-02-25 17:43:55 +01:00
parent f1985ae180
commit d263a4e3df
2 changed files with 8 additions and 2 deletions
+1
View File
@@ -37,6 +37,7 @@ export default function LoanPin({step, handleStep, screens}) {
},
onSuccess: (res) => {
setIsSuccess(true)
handleStep({...step}, screens.finished)
}
})