Fix item sort when doses have decimal places
This commit is contained in:
parent
b059c56cec
commit
eb40e2a950
@ -218,7 +218,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
const regexIsNumber = /^[0-9]+$/;
|
||||
const regexIsNumber = /^[0-9.]+$/;
|
||||
|
||||
function comparePBSItems(item1, item2) {
|
||||
// Sort RPBS, etc. benefits after other items
|
||||
|
Loading…
Reference in New Issue
Block a user