diff options
author | Anton Tananaev <anton@traccar.org> | 2022-05-23 07:36:43 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2022-05-23 07:36:43 -0700 |
commit | 8d0f3954169dec9ad4c53d29d3b5d2458b9be204 (patch) | |
tree | d52f6f15f37df007c62647905d87c9d200bffebe /modern/src/settings/components/BaseCommandView.js | |
parent | e7e8d1c9a52b9b82fdcbf2d4d6f3134698eb0cf0 (diff) | |
download | trackermap-web-8d0f3954169dec9ad4c53d29d3b5d2458b9be204.tar.gz trackermap-web-8d0f3954169dec9ad4c53d29d3b5d2458b9be204.tar.bz2 trackermap-web-8d0f3954169dec9ad4c53d29d3b5d2458b9be204.zip |
Fix style issues
Diffstat (limited to 'modern/src/settings/components/BaseCommandView.js')
-rw-r--r-- | modern/src/settings/components/BaseCommandView.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modern/src/settings/components/BaseCommandView.js b/modern/src/settings/components/BaseCommandView.js index 5f89ac2b..c578e111 100644 --- a/modern/src/settings/components/BaseCommandView.js +++ b/modern/src/settings/components/BaseCommandView.js @@ -32,7 +32,6 @@ const BaseCommandView = ({ item, setItem }) => { keyGetter={(it) => it.type} titleGetter={(it) => t(prefixString('command', it.type))} label={t('sharedType')} - /> {attributes.map(({ key, name, type }) => { if (type === 'boolean') { @@ -63,7 +62,6 @@ const BaseCommandView = ({ item, setItem }) => { setItem(updateItem); }} label={name} - /> ); })} |