From 2179dd19dd0dbdded0b62d0d31ba1b3162ee145f Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 12 Jun 2022 09:34:33 -0700 Subject: Add HERE maps and traffic --- modern/src/common/attributes/useCommonUserAttributes.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modern/src/common') diff --git a/modern/src/common/attributes/useCommonUserAttributes.js b/modern/src/common/attributes/useCommonUserAttributes.js index 57d10468..da19885e 100644 --- a/modern/src/common/attributes/useCommonUserAttributes.js +++ b/modern/src/common/attributes/useCommonUserAttributes.js @@ -25,6 +25,10 @@ export default (t) => useMemo(() => ({ name: t('mapTomTomKey'), type: 'string', }, + hereKey: { + name: t('mapHereKey'), + type: 'string', + }, notificationTokens: { name: t('attributeNotificationTokens'), type: 'string', -- cgit v1.2.3