Skip to content

Commit

Permalink
Merge pull request #459 from USEPA/develop
Browse files Browse the repository at this point in the history
Sync staging with develop
  • Loading branch information
courtneymyers authored Aug 6, 2024
2 parents 5ddc458 + 20b4d24 commit 7daf6a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/client/src/config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ export const bapStatusMap = {
.set("Accepted", "Funding Approved"),
crf: new Map<string, string>()
.set("Needs Clarification", "Needs Clarification")
.set("Branch Director Denied", "Close Out Not Approved")
.set("Withdrawn", "Withdrawn")
.set("Coordinator Denied", "Close Out Not Approved")
.set("Accepted", "Close Out Approved"),
},
2023: {
Expand Down

0 comments on commit 7daf6a9

Please sign in to comment.