chore(client): tweak user-info routing
This commit is contained in:
parent
274bfc965f
commit
e9fd064624
3 changed files with 5 additions and 9 deletions
|
|
@ -155,7 +155,7 @@ const age = $computed(() => {
|
|||
});
|
||||
|
||||
function menu(ev) {
|
||||
os.popupMenu(getUserMenu(props.user), ev.currentTarget ?? ev.target);
|
||||
os.popupMenu(getUserMenu(props.user, router), ev.currentTarget ?? ev.target);
|
||||
}
|
||||
|
||||
function parallaxLoop() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue