fix: rename id photo compliance name
This commit is contained in:
parent
4de552a139
commit
9265e06c9a
2 changed files with 2 additions and 2 deletions
|
|
@ -66,7 +66,7 @@ const ComplianceDetails = ({ customer, updateCustomer }) => {
|
||||||
<Box className={classes.complianceDetailsGrid}>
|
<Box className={classes.complianceDetailsGrid}>
|
||||||
<Box className={classes.firstColumn}>
|
<Box className={classes.firstColumn}>
|
||||||
<PropertyCard
|
<PropertyCard
|
||||||
title={'ID photo'}
|
title={'ID card image'}
|
||||||
state={R.path(['idCardPhotoOverride'])(customer)}
|
state={R.path(['idCardPhotoOverride'])(customer)}
|
||||||
authorize={() =>
|
authorize={() =>
|
||||||
updateCustomer({ idCardPhotoOverride: OVERRIDE_AUTHORIZED })
|
updateCustomer({ idCardPhotoOverride: OVERRIDE_AUTHORIZED })
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ const IdCardPhotoCard = memo(({ customerData, updateCustomer }) => {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<PropertyCard
|
<PropertyCard
|
||||||
title={'ID photo'}
|
title={'ID card image'}
|
||||||
state={R.path(['idCardPhotoOverride'])(customerData)}
|
state={R.path(['idCardPhotoOverride'])(customerData)}
|
||||||
authorize={() =>
|
authorize={() =>
|
||||||
updateCustomer({ idCardPhotoOverride: OVERRIDE_AUTHORIZED })
|
updateCustomer({ idCardPhotoOverride: OVERRIDE_AUTHORIZED })
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue