fix bookmarks not showing on mobile

This commit is contained in:
Matrix-Sasuke 2024-11-14 12:36:31 +01:00
commit 4fcd511225
2 changed files with 2 additions and 2 deletions

View file

@ -32,8 +32,7 @@ export const TIMELINES = {
bookmarks: {
route: 'bookmarks',
icon: 'bookmark',
label: 'nav.bookmarks',
criteria: ['!supportsBookmarkFolders', 'supportsBookmarkFolders']
label: 'nav.bookmarks'
},
favorites: {
routeObject: { name: 'user-profile', query: { tab: 'favorites' } },