mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 15:47:13 +01:00
fix formatvalue for city showing undefined
This commit is contained in:
parent
cdc2624caf
commit
8f2fac10d1
2 changed files with 3 additions and 3 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue