From c0204d0787d5860c81ca3c66e0f7e5099b461e0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Oliveira?= Date: Wed, 20 Oct 2021 22:52:52 +0100 Subject: [PATCH] fix: custom entries value --- new-lamassu-admin/src/pages/Customers/CustomerData.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/new-lamassu-admin/src/pages/Customers/CustomerData.js b/new-lamassu-admin/src/pages/Customers/CustomerData.js index 838c53e2..a12c92bb 100644 --- a/new-lamassu-admin/src/pages/Customers/CustomerData.js +++ b/new-lamassu-admin/src/pages/Customers/CustomerData.js @@ -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