forked from MapComplete/MapComplete
Add space between value and denomination, fixes #383
This commit is contained in:
parent
952e3e2bc7
commit
6ec261e516
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ export class Denomination {
|
||||||
if (stripped === null) {
|
if (stripped === null) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
return stripped + this.canonical
|
return stripped + " " + this.canonical.trim()
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue