Commit b8d49999 by Philipp Trulson Committed by GitHub

Units: Match 'length' case with other categories (#25702)

parent 3b383149
...@@ -259,7 +259,7 @@ export const getCategories = (): ValueFormatCategory[] => [ ...@@ -259,7 +259,7 @@ export const getCategories = (): ValueFormatCategory[] => [
], ],
}, },
{ {
name: 'length', name: 'Length',
formats: [ formats: [
{ name: 'millimeter (mm)', id: 'lengthmm', fn: decimalSIPrefix('m', -1) }, { name: 'millimeter (mm)', id: 'lengthmm', fn: decimalSIPrefix('m', -1) },
{ name: 'feet (ft)', id: 'lengthft', fn: toFixedUnit('ft') }, { name: 'feet (ft)', id: 'lengthft', fn: toFixedUnit('ft') },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment