aboutsummaryrefslogtreecommitdiff
path: root/modern
diff options
context:
space:
mode:
authorAnton Tananaev <anton@traccar.org>2022-06-12 07:55:40 -0700
committerAnton Tananaev <anton@traccar.org>2022-06-12 07:55:40 -0700
commit672d7828afefa07faca7954dfd55b683ae7a68fc (patch)
treeffcf2b93db36dba7814accdb0f52b7141888a5ec /modern
parent3eb1bb2e3f3d43cda2efe92754be4285dac6dbfd (diff)
downloadtrackermap-web-672d7828afefa07faca7954dfd55b683ae7a68fc.tar.gz
trackermap-web-672d7828afefa07faca7954dfd55b683ae7a68fc.tar.bz2
trackermap-web-672d7828afefa07faca7954dfd55b683ae7a68fc.zip
Add TomTom map
Diffstat (limited to 'modern')
-rw-r--r--modern/src/common/attributes/useCommonUserAttributes.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/modern/src/common/attributes/useCommonUserAttributes.js b/modern/src/common/attributes/useCommonUserAttributes.js
index 658f8668..57d10468 100644
--- a/modern/src/common/attributes/useCommonUserAttributes.js
+++ b/modern/src/common/attributes/useCommonUserAttributes.js
@@ -21,6 +21,10 @@ export default (t) => useMemo(() => ({
name: t('mapOpenWeatherKey'),
type: 'string',
},
+ tomTomKey: {
+ name: t('mapTomTomKey'),
+ type: 'string',
+ },
notificationTokens: {
name: t('attributeNotificationTokens'),
type: 'string',