mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 08:37:13 +01:00
Remove className locale
This commit is contained in:
parent
d80739a203
commit
d7734d0493
5 changed files with 6 additions and 14 deletions
|
|
@ -11,7 +11,7 @@ export function RegionsTable(props: MetricsTableProps) {
|
|||
|
||||
const renderLink = ({ x: code, country }) => {
|
||||
return (
|
||||
<FilterLink id="region" className={locale} value={code} label={getRegionName(code, country)}>
|
||||
<FilterLink id="region" value={code} label={getRegionName(code, country)}>
|
||||
<TypeIcon type="country" value={country?.toLowerCase()} />
|
||||
</FilterLink>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue