From c866d1e1e22455249ff622c6cbb628ceda894ae3 Mon Sep 17 00:00:00 2001 From: Paul Sealock Date: Thu, 17 Jan 2019 10:10:23 +1300 Subject: [PATCH] Customers Report: remove extended data call --- .../client/analytics/report/customers/table.js | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/plugins/woocommerce-admin/client/analytics/report/customers/table.js b/plugins/woocommerce-admin/client/analytics/report/customers/table.js index feddf3a78cf..1e10f51148c 100644 --- a/plugins/woocommerce-admin/client/analytics/report/customers/table.js +++ b/plugins/woocommerce-admin/client/analytics/report/customers/table.js @@ -115,9 +115,11 @@ export default class CustomersReportTable extends Component { name ); - const dateRegistered = date_registered - ? - : '—'; + const dateRegistered = date_registered ? ( + + ) : ( + '—' + ); return [ { @@ -174,11 +176,6 @@ export default class CustomersReportTable extends Component { return (