fix: custom entries value
This commit is contained in:
parent
10b8838cf0
commit
c0204d0787
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ const CustomerData = ({ customer, updateCustomer }) => {
|
|||
? 'Passed'
|
||||
: 'Failed'
|
||||
|
||||
const customEntries = [] // get customer custom entries
|
||||
const customEntries = null // get customer custom entries
|
||||
|
||||
const isEven = elem => elem % 2 === 0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue