From 5b9f7db4f18d79570fa17bd61b82eec4452c2aa8 Mon Sep 17 00:00:00 2001 From: Ashutosh Bishnoi Date: Wed, 24 Mar 2021 11:10:20 +0530 Subject: Removing address formatting --- modern/src/reports/RouteReportPage.js | 1 - 1 file changed, 1 deletion(-) (limited to 'modern/src/reports/RouteReportPage.js') diff --git a/modern/src/reports/RouteReportPage.js b/modern/src/reports/RouteReportPage.js index 807207d..33ccb34 100644 --- a/modern/src/reports/RouteReportPage.js +++ b/modern/src/reports/RouteReportPage.js @@ -59,7 +59,6 @@ const RouteReportPage = () => { field: 'address', type: 'string', flex: 1, - valueFormatter: ({ value }) => formatPosition(value, 'address'), }, { headerName: t('positionIgnition'), field: 'ignition', -- cgit v1.2.3