diff options
author | Iván Ávalos <avalos@disroot.org> | 2023-03-05 21:45:51 -0600 |
---|---|---|
committer | Iván Ávalos <avalos@disroot.org> | 2023-03-05 21:45:51 -0600 |
commit | a7b5b305878ae300d9d2426303af506d750d2139 (patch) | |
tree | a5759385ded6783da56925ceb7f9c9ba1a4a5dea /modern | |
parent | 19a5dc94fcb678e27e766258b2839c139953776c (diff) | |
download | etbsa-traccar-web-a7b5b305878ae300d9d2426303af506d750d2139.tar.gz etbsa-traccar-web-a7b5b305878ae300d9d2426303af506d750d2139.tar.bz2 etbsa-traccar-web-a7b5b305878ae300d9d2426303af506d750d2139.zip |
Hotfix
Diffstat (limited to 'modern')
-rw-r--r-- | modern/src/DevicesList.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/DevicesList.js b/modern/src/DevicesList.js index 541369c..af463ab 100644 --- a/modern/src/DevicesList.js +++ b/modern/src/DevicesList.js @@ -153,7 +153,7 @@ const DeviceRow = ({ data, index, style }) => { {position.address && ( <> <PlaceIcon fontSize="inherit" /> - {` ${position.adress}`} + {` ${position.address}`} </> )} </> |