diff options
author | Ashutosh Bishnoi <mail2bishnoi@gmail.com> | 2021-03-24 11:10:20 +0530 |
---|---|---|
committer | Ashutosh Bishnoi <mail2bishnoi@gmail.com> | 2021-03-24 11:10:20 +0530 |
commit | 5b9f7db4f18d79570fa17bd61b82eec4452c2aa8 (patch) | |
tree | f6054cbcf8816acc3a1d8ced04ddf6f07a66dff5 /modern/src/reports/RouteReportPage.js | |
parent | 31d7007d6a199299e541a93477342e3eef73aa47 (diff) | |
download | trackermap-web-5b9f7db4f18d79570fa17bd61b82eec4452c2aa8.tar.gz trackermap-web-5b9f7db4f18d79570fa17bd61b82eec4452c2aa8.tar.bz2 trackermap-web-5b9f7db4f18d79570fa17bd61b82eec4452c2aa8.zip |
Removing address formatting
Diffstat (limited to 'modern/src/reports/RouteReportPage.js')
-rw-r--r-- | modern/src/reports/RouteReportPage.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modern/src/reports/RouteReportPage.js b/modern/src/reports/RouteReportPage.js index 807207d8..33ccb348 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', |