loanCreate added to stage 8 on success loanchek2

This commit is contained in:
merdan 2024-04-30 11:17:48 +05:00
parent 7b33ce75f5
commit fe809f4436
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ const AcceptStage = ({
const { locale } = useContext(LanguageContext);
const userToken = localStorage.getItem('userToken');
const { user } = useContext(UserContext);
const handleCardDetails = (e) => {
setCardDetails(e.target.value);
};