mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Fixed metrics display.
This commit is contained in:
parent
2172dddd1c
commit
9dd35b3766
20 changed files with 345 additions and 808 deletions
|
|
@ -13,11 +13,7 @@ export default function CountriesTable({ websiteId, onDataLoad, ...props }) {
|
|||
function renderLink({ x: code }) {
|
||||
return (
|
||||
<div className={locale}>
|
||||
<FilterLink
|
||||
id="country"
|
||||
value={code}
|
||||
label={countryNames[code] ?? formatMessage(labels.unknown)}
|
||||
/>
|
||||
<FilterLink id="country" value={countryNames[code] && code} label={countryNames[code]} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue