mirror of
https://github.com/umami-software/umami.git
synced 2026-02-11 16:17:13 +01:00
Fix build issues.
This commit is contained in:
parent
cfa220c095
commit
d4dd2069b6
9 changed files with 686 additions and 171 deletions
|
|
@ -15,7 +15,7 @@ export default function FilterTags({ params, onClick }) {
|
|||
return null;
|
||||
}
|
||||
return (
|
||||
<div className={styles.tag}>
|
||||
<div key={key} className={styles.tag}>
|
||||
<Button icon={<Times />} onClick={() => onClick(key)} variant="action" iconRight>
|
||||
{`${key}: ${params[key]}`}
|
||||
</Button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue