Working on case cards.

This commit is contained in:
Joshua Bemenderfer
2021-12-30 21:56:56 -05:00
parent 4e83fd3dbd
commit bbaef02acb
512 changed files with 847 additions and 1240952 deletions

5
data/util.js Normal file
View File

@@ -0,0 +1,5 @@
export function getCounty (county) {
if (county === 'Georgia') return '-- All --'
if (county === 'Non-GA Resident/Unknown State') return '-- Unknown --'
return county
}