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: {
route: 'bookmarks',
icon: 'bookmark',
label: 'nav.bookmarks',
criteria: ['!supportsBookmarkFolders', 'supportsBookmarkFolders']
label: 'nav.bookmarks'
},
favorites: {
routeObject: { name: 'user-profile', query: { tab: 'favorites' } },