fix bookmarks not showing on mobile
This commit is contained in:
parent
eef151e7a6
commit
4fcd511225
1
changelog.d/show-bookmarks-on-mobile.fix
Normal file
1
changelog.d/show-bookmarks-on-mobile.fix
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Bookmarks on mobile were no longer showing
|
|
@ -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' } },
|
||||||
|
|
Loading…
Reference in a new issue