fix bookmarks not showing on mobile
This commit is contained in:
parent
1857d0fadd
commit
eef151e7a6
|
@ -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' } },
|
||||
|
|
Loading…
Reference in a new issue