fix bookmarks
This commit is contained in:
parent
0fec78ec81
commit
04f9547c13
1 changed files with 2 additions and 1 deletions
|
|
@ -74,7 +74,6 @@ const NavPanel = {
|
|||
new Set(store.prefsStorage.collections.pinnedNavItems),
|
||||
}),
|
||||
...mapPiniaState(useInstanceStore, {
|
||||
bookmarks: getBookmarkFolderEntries,
|
||||
pleromaChatMessagesAvailable: (store) =>
|
||||
store.featureSet.pleromaChatMessagesAvailable,
|
||||
bubbleTimeline: (store) => store.featureSet.localBubble,
|
||||
|
|
@ -103,6 +102,8 @@ const NavPanel = {
|
|||
},
|
||||
)
|
||||
}
|
||||
console.log([...this.pinnedItems])
|
||||
console.log([...this.bookmarks])
|
||||
return filterNavigation(
|
||||
[
|
||||
...Object.entries({ ...TIMELINES })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue