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

This commit is contained in:
Philipp Trulson
2020-06-22 08:36:08 +02:00
committed by GitHub
parent 3b383149db
commit b8d49999b7

View File

@@ -259,7 +259,7 @@ export const getCategories = (): ValueFormatCategory[] => [
],
},
{
name: 'length',
name: 'Length',
formats: [
{ name: 'millimeter (mm)', id: 'lengthmm', fn: decimalSIPrefix('m', -1) },
{ name: 'feet (ft)', id: 'lengthft', fn: toFixedUnit('ft') },