fix formatvalue for city showing undefined

This commit is contained in:
Francis Cao 2023-12-19 19:03:53 -08:00
parent cdc2624caf
commit 8f2fac10d1
2 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ import useLocale from 'components/hooks/useLocale';
import useMessages from 'components/hooks/useMessages';
import useCountryNames from 'components/hooks/useCountryNames';
import MetricsTable, { MetricsTableProps } from './MetricsTable';
import regions from 'public/iso-3166-2.json';
import regions from '../../../public/iso-3166-2.json';
export function RegionsTable(props: MetricsTableProps) {
const { locale } = useLocale();