fix bookmarks not showing on mobile

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

View file

@ -0,0 +1 @@
Bookmarks on mobile were no longer showing

View file

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