Fix bug with alphabetical sorting of items
This commit is contained in:
parent
0541f5f063
commit
9d92a82ff4
@ -218,7 +218,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
const regexIsNumber = /^[0-9]+$/.compile();
|
||||
const regexIsNumber = /^[0-9]+$/;
|
||||
|
||||
function comparePBSItems(item1, item2) {
|
||||
// Sort RPBS, etc. benefits after other items
|
||||
|
Loading…
Reference in New Issue
Block a user