diff options
| author | Henry Jameson <me@hjkos.com> | 2022-08-15 23:31:05 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-08-15 23:31:05 +0300 |
| commit | bbd99dc3cf5e4877c9f2cb824c0ca74a681c2fa0 (patch) | |
| tree | d119f62f2fa4d627a20a82b372b443999e88a2fb /src/components/navigation | |
| parent | 50f5afbce1f2bc4dbd0ddf6c951c7e519dfc6ce3 (diff) | |
fix
Diffstat (limited to 'src/components/navigation')
| -rw-r--r-- | src/components/navigation/filter.js | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
