forked from MapComplete/MapComplete
Fix #1778
This commit is contained in:
parent
707d99619d
commit
48dfd13f71
2 changed files with 2 additions and 3 deletions
|
@ -261,7 +261,7 @@ export class Unit {
|
|||
return stripped ?? value
|
||||
}
|
||||
|
||||
return human.Subs({ quantity: value })
|
||||
return human.Subs({ quantity: stripped })
|
||||
}
|
||||
|
||||
public toOsm(value: string, denomination: string) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue