chore: update ramda

This commit is contained in:
Rafael Taranto 2025-05-22 10:10:18 +01:00
parent 82132e8eb8
commit ffb66814f6
45 changed files with 2741 additions and 1620 deletions

View file

@ -131,7 +131,7 @@ const ContactInfo = ({ wizard }) => {
},
]
const findField = name => R.find(R.propEq('name', name))(fields)
const findField = name => R.find(R.propEq(name, 'name'))(fields)
const findValue = name => findField(name).value
const displayTextValue = value => value

View file

@ -136,7 +136,7 @@ const TermsConditions = () => {
},
]
const findField = name => R.find(R.propEq('name', name))(fields)
const findField = name => R.find(R.propEq(name, 'name'))(fields)
const findValue = name => findField(name).value
const initialValues = {