forked from MapComplete/MapComplete
Merge develop
This commit is contained in:
commit
32e30e4b01
14 changed files with 90 additions and 131 deletions
|
@ -151,7 +151,7 @@ export class Denomination {
|
|||
if (stripped === null) {
|
||||
return null;
|
||||
}
|
||||
return stripped + this.canonical
|
||||
return stripped + " " + this.canonical.trim()
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue