From bbd99dc3cf5e4877c9f2cb824c0ca74a681c2fa0 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Mon, 15 Aug 2022 23:31:05 +0300 Subject: fix --- src/components/navigation/filter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/navigation') diff --git a/src/components/navigation/filter.js b/src/components/navigation/filter.js index 31b55486..71661d6f 100644 --- a/src/components/navigation/filter.js +++ b/src/components/navigation/filter.js @@ -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, -- cgit v1.2.3-70-g09d2