feat: handle T&C photos and UI photos roll

This commit is contained in:
José Oliveira 2021-08-01 02:46:13 +01:00
parent ff474ee507
commit e729de1410
12 changed files with 428 additions and 73 deletions

View file

@ -35,6 +35,7 @@ const GET_CUSTOMER = gql`
id
authorizedOverride
frontCameraPath
frontCameraAt
frontCameraOverride
phone
isAnonymous
@ -67,6 +68,8 @@ const GET_CUSTOMER = gql`
created
errorMessage: error
error: errorCode
txCustomerPhotoAt
txCustomerPhotoPath
}
}
}
@ -168,6 +171,7 @@ const CustomerProfile = memo(() => {
justifyContent="space-between">
<CustomerDetails
customer={customerData}
txData={sortedTransactions}
locale={locale}
setShowCompliance={() => setShowCompliance(!showCompliance)}
/>