Refactor
This commit is contained in:
parent
5ef4a52bbd
commit
c3ae6f3a4a
25 changed files with 73 additions and 62 deletions
|
|
@ -101,8 +101,8 @@ export function getUserMenu(user) {
|
|||
});
|
||||
}
|
||||
|
||||
async function reportAbuse() {
|
||||
os.popup(await import('@/components/abuse-report-window.vue'), {
|
||||
function reportAbuse() {
|
||||
os.popup(import('@/components/abuse-report-window.vue'), {
|
||||
user: user,
|
||||
}, {}, 'closed');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue