diff --git a/pages/org/quotient/index.jsx b/pages/org/quotient/index.jsx index d43ea6a..51503e2 100644 --- a/pages/org/quotient/index.jsx +++ b/pages/org/quotient/index.jsx @@ -60,7 +60,6 @@ const QuotientBankForm = () => { useEffect(() => { const [govId, webcamPic] = [form.getValues('govId'), form.getValues('webcamPic')]; - if (isCaptureCompleted && webcamPic === '') { form.resetField('webcamPic', { defaultValue: '/example_webcam.png' }); } diff --git a/pages/org/quotient/loan.jsx b/pages/org/quotient/loan.jsx index cf372a3..6fbf97b 100644 --- a/pages/org/quotient/loan.jsx +++ b/pages/org/quotient/loan.jsx @@ -24,17 +24,17 @@ const DEFAULT_FORM_VALUES = { make: 'Toyota', model: 'Celica', price: '28999', - firstName: 'ken', - middleName: 'zambrano', - lastName: 'de jesus', + firstName: 'John', + middleName: 'D', + lastName: 'Smith', suffix: 'He', - streetAddress: 'asdasdasd', - suite: 'asdasd', - zipCode: '1233', - city: 'caracas', - state: 'caracas', - email: 'asdg@gmail.com', - phoneNumber: '12312312321', + streetAddress: 'Someaddress', + suite: '', + zipCode: '122213', + city: 'some city', + state: 'some state', + email: 'someƦ@email.com', + phoneNumber: '123 456 789', }; /**