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.firstColumn}>
|
||||
<PropertyCard
|
||||
title={'ID photo'}
|
||||
title={'ID card image'}
|
||||
state={R.path(['idCardPhotoOverride'])(customer)}
|
||||
authorize={() =>
|
||||
updateCustomer({ idCardPhotoOverride: OVERRIDE_AUTHORIZED })
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ const IdCardPhotoCard = memo(({ customerData, updateCustomer }) => {
|
|||
|
||||
return (
|
||||
<PropertyCard
|
||||
title={'ID photo'}
|
||||
title={'ID card image'}
|
||||
state={R.path(['idCardPhotoOverride'])(customerData)}
|
||||
authorize={() =>
|
||||
updateCustomer({ idCardPhotoOverride: OVERRIDE_AUTHORIZED })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue