This commit is contained in:
tamaina 2023-08-04 13:09:25 +00:00
parent 6eaadfac7b
commit 9165dc4493
1 changed files with 0 additions and 1 deletions

View File

@ -168,7 +168,6 @@ export function getUserMenu(user: misskey.entities.UserDetailed, router: Router
type: 'parent',
icon: 'ti ti-list',
text: i18n.ts.addToList,
noCache: true,
children: async () => {
const lists = await userListsCache.fetch(() => os.api('users/lists/list'));
return lists.map(list => {