1
0
Fork 0
mirror of synced 2024-06-29 19:41:03 +12:00

lint changes

This commit is contained in:
Mitch-Budibase 2022-01-18 16:20:54 +00:00
parent dbdb2750b4
commit 18cb272f0e

View file

@ -25,6 +25,6 @@ const stateCodes =
}
const entries = Object.entries(totals)
return entries.map(([state, count]) =>
{const stateCode = stateCodes[state.toLowerCase()]
{stateCodes[state.toLowerCase()]
return { state, count, flag: "http://flags.ox3.in/svg/us/${stateCode}.svg" }
})