diff options
author | Anton Tananaev <anton@traccar.org> | 2022-07-02 16:54:42 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2022-07-02 16:54:42 -0700 |
commit | 44fd230a4c0043a6e89a793bcf333072a01441a6 (patch) | |
tree | c4681bf322e2d4e5cf1c7258ada2b3c985468471 /modern/src/map/core/useMapStyles.js | |
parent | 8f3b27e86ac9b9a94bdd5319501ecb7e056ec595 (diff) | |
download | trackermap-web-44fd230a4c0043a6e89a793bcf333072a01441a6.tar.gz trackermap-web-44fd230a4c0043a6e89a793bcf333072a01441a6.tar.bz2 trackermap-web-44fd230a4c0043a6e89a793bcf333072a01441a6.zip |
Option to hide login language (fix #654)
Diffstat (limited to 'modern/src/map/core/useMapStyles.js')
-rw-r--r-- | modern/src/map/core/useMapStyles.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/map/core/useMapStyles.js b/modern/src/map/core/useMapStyles.js index 72f18ebc..78b3cdee 100644 --- a/modern/src/map/core/useMapStyles.js +++ b/modern/src/map/core/useMapStyles.js @@ -29,7 +29,7 @@ export default () => { const tomTomKey = useAttributePreference('tomTomKey'); const hereKey = useAttributePreference('hereKey'); const mapboxAccessToken = useAttributePreference('mapboxAccessToken'); - const customMapUrl = useSelector((state) => state.session.server?.mapUrl); + const customMapUrl = useSelector((state) => state.session.server.mapUrl); return [ { |