mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-05 17:05:46 +01:00
Update RealtimeCountries.tsx
This commit is contained in:
parent
d7734d0493
commit
bd728682d2
@ -12,7 +12,7 @@ export function RealtimeCountries({ data }) {
|
|||||||
|
|
||||||
const renderCountryName = useCallback(
|
const renderCountryName = useCallback(
|
||||||
({ x: code }) => (
|
({ x: code }) => (
|
||||||
<span className={classNames(locale, styles.row)}>
|
<span className={classNames(styles.row)}>
|
||||||
<TypeIcon type="country" value={code?.toLowerCase()} />
|
<TypeIcon type="country" value={code?.toLowerCase()} />
|
||||||
{countryNames[code]}
|
{countryNames[code]}
|
||||||
</span>
|
</span>
|
||||||
|
Loading…
Reference in New Issue
Block a user