mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-12-14 06:38:28 +09:00
fix(frontend): Acct is not defined
This commit is contained in:
parent
cd10c42c85
commit
815096264f
@ -159,7 +159,7 @@ export function getUserMenu(user, router: Router = mainRouter) {
|
||||
type: 'link',
|
||||
icon: 'ti ti-messages',
|
||||
text: i18n.ts.startMessaging,
|
||||
to: '/my/messaging/' + Acct.toString(user),
|
||||
to: '/my/messaging/${user.id}',
|
||||
} : undefined, null, {
|
||||
icon: 'ti ti-list',
|
||||
text: i18n.ts.addToList,
|
||||
|
Loading…
Reference in New Issue
Block a user