mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 07:07:17 +01:00
Handle country data for regions and cities.
This commit is contained in:
parent
8c9e473550
commit
684587f945
3 changed files with 13 additions and 15 deletions
|
|
@ -22,9 +22,7 @@ export function CitiesTable({ websiteId, ...props }) {
|
|||
<FilterLink id="city" value={city} label={renderLabel(city, country)}>
|
||||
{country && (
|
||||
<img
|
||||
src={`${basePath}/images/flags/${
|
||||
country?.split?.('-')?.[0]?.toLowerCase() || 'xx'
|
||||
}.png`}
|
||||
src={`${basePath}/images/flags/${country?.toLowerCase() || 'xx'}.png`}
|
||||
alt={country}
|
||||
/>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue