Rename global data arrays as plural by default
Easier for each loop and maps as to use singular
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
dayjs.extend(relativeTime)
|
||||
|
||||
const { country: countries }: any = getContext('global')
|
||||
const { countries }: any = getContext('global')
|
||||
|
||||
let buttonReset: HTMLElement
|
||||
let buttonShuffle: HTMLElement
|
||||
|
||||
Reference in New Issue
Block a user