aboutsummaryrefslogtreecommitdiff
path: root/modern/src/reports/RouteReportPage.js
diff options
context:
space:
mode:
authorAshutosh Bishnoi <mail2bishnoi@gmail.com>2021-03-24 11:10:20 +0530
committerAshutosh Bishnoi <mail2bishnoi@gmail.com>2021-03-24 11:10:20 +0530
commit5b9f7db4f18d79570fa17bd61b82eec4452c2aa8 (patch)
treef6054cbcf8816acc3a1d8ced04ddf6f07a66dff5 /modern/src/reports/RouteReportPage.js
parent31d7007d6a199299e541a93477342e3eef73aa47 (diff)
downloadetbsa-traccar-web-5b9f7db4f18d79570fa17bd61b82eec4452c2aa8.tar.gz
etbsa-traccar-web-5b9f7db4f18d79570fa17bd61b82eec4452c2aa8.tar.bz2
etbsa-traccar-web-5b9f7db4f18d79570fa17bd61b82eec4452c2aa8.zip
Removing address formatting
Diffstat (limited to 'modern/src/reports/RouteReportPage.js')
-rw-r--r--modern/src/reports/RouteReportPage.js1
1 files changed, 0 insertions, 1 deletions
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',