fix bookmarks not showing on mobile

This commit is contained in:
Matrix-Sasuke 2024-11-14 11:48:57 +01:00
parent 1857d0fadd
commit eef151e7a6

View file

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