diff options
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}`} </> )} </> |