Fix several percentage calculations | Begin adding vaccination data | Add reddit rdaily eport generator for r/Atlanta.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export function getCounty (county) {
|
||||
if (county === 'Georgia') return '-- All --'
|
||||
if (!county) return county
|
||||
if (county.toLowerCase() === 'georgia') return '-- All --'
|
||||
if (county === 'Non-GA Resident/Unknown State') return '-- Unknown --'
|
||||
return county
|
||||
return county.split('County').join('').split('county').join('').trim()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user