Working on case cards.
This commit is contained in:
5
data/util.js
Normal file
5
data/util.js
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user