Commit 3151b7c4 by Giang Tran

fix img cmtnd

parent de87d1fc
...@@ -95,9 +95,9 @@ const Profile = (props) => { ...@@ -95,9 +95,9 @@ const Profile = (props) => {
I18n.t('IdentityCardBackPhoto'), I18n.t('IdentityCardBackPhoto'),
I18n.t('SignPhoto').toLowerCase(), I18n.t('SignPhoto').toLowerCase(),
]; ];
const index = checkFormatArray([type, urlFont, urlBack, urlSign]); const index = checkFormatArray([type, urlBack, urlFont, urlSign]);
if (index === true) { if (index === true) {
const data = createFormData(urlFont, urlBack, urlSign, { const data = createFormData(urlBack, urlFont, urlSign, {
card_type: type.value, card_type: type.value,
uid: props.user.uid, uid: props.user.uid,
...props.route.params, ...props.route.params,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment