aboutsummaryrefslogtreecommitdiff
path: root/modern/src/attributes/useCommandAttributes.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton@traccar.org>2022-05-08 13:16:57 -0700
committerAnton Tananaev <anton@traccar.org>2022-05-08 13:16:57 -0700
commit2cd374bb9fa941d7e2a6fd8aa5079893a158c98f (patch)
treef4ee48130592fed5de25dce7af4ac0cbeb017680 /modern/src/attributes/useCommandAttributes.js
parent2352071211b61c10fa5bf5736baaff7809d18bf0 (diff)
downloadtrackermap-web-2cd374bb9fa941d7e2a6fd8aa5079893a158c98f.tar.gz
trackermap-web-2cd374bb9fa941d7e2a6fd8aa5079893a158c98f.tar.bz2
trackermap-web-2cd374bb9fa941d7e2a6fd8aa5079893a158c98f.zip
Reorganize remaining files
Diffstat (limited to 'modern/src/attributes/useCommandAttributes.js')
-rw-r--r--modern/src/attributes/useCommandAttributes.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/modern/src/attributes/useCommandAttributes.js b/modern/src/attributes/useCommandAttributes.js
deleted file mode 100644
index 1212d283..00000000
--- a/modern/src/attributes/useCommandAttributes.js
+++ /dev/null
@@ -1,11 +0,0 @@
-import { useMemo } from 'react';
-
-export default (t) => useMemo(() => ({
- custom: [
- {
- key: 'data',
- name: t('commandData'),
- type: 'string',
- },
- ],
-}), [t]);