fix/revert privateMode to avoid conflict with keyword
This commit is contained in:
parent
3cdcfe19f4
commit
e3a441310f
5 changed files with 6 additions and 12 deletions
|
|
@ -16,10 +16,9 @@ export const ListsMenuContent = {
|
|||
...mapPiniaState(useListsStore, {
|
||||
lists: getListEntries,
|
||||
}),
|
||||
...mapPiniaState(useInstanceStore, ['private','federating']),
|
||||
...mapState({
|
||||
currentUser: (state) => state.users.currentUser,
|
||||
privateMode: (state) => useInstanceStore().private,
|
||||
federating: (state) => useInstanceStore().federating,
|
||||
}),
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue