fix: remove log
This commit is contained in:
parent
0acb446000
commit
f1a4996901
1 changed files with 0 additions and 1 deletions
|
|
@ -34,7 +34,6 @@ const IdDataCard = memo(({ customerData, updateCustomer }) => {
|
||||||
const rawExpirationDate = R.path(['expirationDate'])(idData)
|
const rawExpirationDate = R.path(['expirationDate'])(idData)
|
||||||
const country = R.path(['country'])(idData)
|
const country = R.path(['country'])(idData)
|
||||||
const rawDob = R.path(['dateOfBirth'])(idData)
|
const rawDob = R.path(['dateOfBirth'])(idData)
|
||||||
console.log('customer', customerData)
|
|
||||||
|
|
||||||
const elements = [
|
const elements = [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue