fix
This commit is contained in:
parent
50f5afbce1
commit
bbd99dc3cf
4 changed files with 8 additions and 9 deletions
|
|
@ -10,7 +10,7 @@ export const filterNavigation = (list = [], { hasChats, isFederating, isPrivate,
|
|||
})
|
||||
}
|
||||
|
||||
export const getListEntries = state => state.lists.allLists.map(list => ({
|
||||
export const getListEntries = state => console.log(state.lists) || state.lists.allLists.map(list => ({
|
||||
name: 'list-' + list.id,
|
||||
routeObject: { name: 'lists-timeline', params: { id: list.id } },
|
||||
labelRaw: list.title,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue