diff options
author | K-J-Dod24 <kieran.dodson@complexus.uk> | 2023-05-10 11:47:09 +0100 |
---|---|---|
committer | K-J-Dod24 <kieran.dodson@complexus.uk> | 2023-05-10 11:47:09 +0100 |
commit | 172646bb707d26780a97838b5d44a2be8eeafbb3 (patch) | |
tree | 505434b6e346f33a94ca4b5e9857f534ada091c9 /modern/src/common | |
parent | 2338debd60b83b7221560ccd01e4bdb770fb5ef2 (diff) | |
download | trackermap-web-172646bb707d26780a97838b5d44a2be8eeafbb3.tar.gz trackermap-web-172646bb707d26780a97838b5d44a2be8eeafbb3.tar.bz2 trackermap-web-172646bb707d26780a97838b5d44a2be8eeafbb3.zip |
removed duplicates
Diffstat (limited to 'modern/src/common')
-rw-r--r-- | modern/src/common/attributes/usePositionAttributes.js | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/modern/src/common/attributes/usePositionAttributes.js b/modern/src/common/attributes/usePositionAttributes.js index 90b14e76..a2fab896 100644 --- a/modern/src/common/attributes/usePositionAttributes.js +++ b/modern/src/common/attributes/usePositionAttributes.js @@ -196,16 +196,6 @@ export default (t) => useMemo(() => ({ name: `${t('positionOutput')} 4`, type: 'boolean', }, - coolantTemp: { - name: t('positionCoolantTemp'), - type: 'number', - dataType: 'celsius', - }, - engineTemp: { - name: t('positionEngineTemp'), - type: 'number', - dataType: 'celsius', - }, power: { name: t('positionPower'), type: 'number', |