fix: small fixes and release prep
This commit is contained in:
parent
5823485ab7
commit
0ad1ba2f77
20 changed files with 195 additions and 164 deletions
|
|
@ -10,6 +10,8 @@ import {
|
|||
} from 'src/pages/Customers/components/propertyCard'
|
||||
import { ifNotNull } from 'src/utils/nullCheck'
|
||||
|
||||
import { getName } from '../helper'
|
||||
|
||||
import Field from './Field'
|
||||
|
||||
const IdDataCard = memo(({ customerData, updateCustomer }) => {
|
||||
|
|
@ -21,9 +23,7 @@ const IdDataCard = memo(({ customerData, updateCustomer }) => {
|
|||
const elements = [
|
||||
{
|
||||
header: 'Name',
|
||||
display: `${R.path(['firstName'])(idData)} ${R.path(['lastName'])(
|
||||
idData
|
||||
)}`,
|
||||
display: `${getName(customerData)}`,
|
||||
size: 190
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue