Merge pull request #1085 from dod-ccpo/total-funding-bug-168516197
Total and Obligated Funding % Bug
This commit is contained in:
commit
b837700612
@ -243,6 +243,8 @@ export default {
|
||||
return '<1%'
|
||||
} else if (percentage > 99 && percentage < 100) {
|
||||
return '>99%'
|
||||
} else if (percentage > 100) {
|
||||
return '>100%'
|
||||
} else {
|
||||
return `${percentage.toFixed(0)}%`
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user