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
|
|
@ -12,12 +12,7 @@ export function CountriesTable({ ...props }: MetricsTableProps) {
|
|||
|
||||
const renderLink = ({ x: code }) => {
|
||||
return (
|
||||
<FilterLink
|
||||
id="country"
|
||||
className={locale}
|
||||
value={countryNames[code] && code}
|
||||
label={formatCountry(code)}
|
||||
>
|
||||
<FilterLink id="country" value={countryNames[code] && code} label={formatCountry(code)}>
|
||||
<TypeIcon type="country" value={code?.toLowerCase()} />
|
||||
</FilterLink>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue