mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 14:47:14 +01:00
update queries for event / session properties and values screens
This commit is contained in:
parent
2c0ba65ba0
commit
917916c224
5 changed files with 59 additions and 40 deletions
|
|
@ -13,7 +13,7 @@ export function TypeIcon({
|
|||
<>
|
||||
<img
|
||||
src={`${process.env.basePath || ''}/images/${type}/${
|
||||
value.replaceAll(' ', '-').toLowerCase() || 'unknown'
|
||||
value?.replaceAll(' ', '-').toLowerCase() || 'unknown'
|
||||
}.png`}
|
||||
alt={value}
|
||||
width={type === 'country' ? undefined : 16}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue