From b4f4b370d406faf69be5c414ce394b608d8792f5 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Wed, 17 Aug 2022 00:58:05 +0300 Subject: forgot to actually add add/remove methods, lel. remove some consolelogs --- 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 71661d6f..31b55486 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 => console.log(state.lists) || state.lists.allLists.map(list => ({ +export const getListEntries = state => 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