Singlestat: Fixed unit not showing and switched to new unit picker (#20892)

This commit is contained in:
Torkel Ödegaard
2019-12-05 11:54:14 +01:00
committed by GitHub
parent 87485e24a4
commit 20fad92a80
4 changed files with 19 additions and 18 deletions
@@ -11,7 +11,7 @@ interface Props {
}
function formatCreateLabel(input: string) {
return `Unit suffix: ${input}`;
return `Custom unit: ${input}`;
}
export class UnitPicker extends PureComponent<Props> {