mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 06:37:18 +01:00
Export and use formatCity.
This commit is contained in:
parent
fe9db71ba8
commit
53449d65bb
2 changed files with 4 additions and 11 deletions
|
|
@ -53,7 +53,7 @@ export function useFormat() {
|
|||
}
|
||||
};
|
||||
|
||||
return { formatOS, formatBrowser, formatDevice, formatCountry, formatRegion, formatValue };
|
||||
return { formatOS, formatBrowser, formatDevice, formatCountry, formatRegion, formatCity, formatValue };
|
||||
}
|
||||
|
||||
export default useFormat;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue