mirror of
https://github.com/umami-software/umami.git
synced 2026-02-06 05:37:20 +01:00
Fixed reports queries.
This commit is contained in:
parent
40970f6c33
commit
87bb9b1e73
5 changed files with 21 additions and 13 deletions
|
|
@ -29,9 +29,6 @@ export function ProfileButton() {
|
|||
<Icon>
|
||||
<Icons.Profile />
|
||||
</Icon>
|
||||
<Icon size="sm">
|
||||
<Icons.ChevronDown />
|
||||
</Icon>
|
||||
</Button>
|
||||
<Popup position="bottom" alignment={dir === 'rtl' ? 'start' : 'end'}>
|
||||
<Menu onSelect={handleSelect} className={styles.menu}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue