diff options
Diffstat (limited to 'modern/src/common/attributes/useCommonUserAttributes.js')
-rw-r--r-- | modern/src/common/attributes/useCommonUserAttributes.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modern/src/common/attributes/useCommonUserAttributes.js b/modern/src/common/attributes/useCommonUserAttributes.js index 154471ce..bd88d1e8 100644 --- a/modern/src/common/attributes/useCommonUserAttributes.js +++ b/modern/src/common/attributes/useCommonUserAttributes.js @@ -9,6 +9,10 @@ export default (t) => useMemo(() => ({ name: t('mapLiveRoutes'), type: 'string', }, + mapDirection: { + name: t('mapDirection'), + type: 'string', + }, mapFollow: { name: t('deviceFollow'), type: 'boolean', |