cleanup
This commit is contained in:
parent
9a659a2f1f
commit
e7b11fdb85
1 changed files with 1 additions and 3 deletions
|
|
@ -35,6 +35,7 @@ const QuickFilterSettings = {
|
|||
},
|
||||
},
|
||||
computed: {
|
||||
...mapState(useUsersStore, ['loggedIn']),
|
||||
...mapState(useMergedConfigStore, ['mergedConfig']),
|
||||
...mapState(useInterfaceStore, {
|
||||
mobileLayout: (state) => state.layoutType === 'mobile',
|
||||
|
|
@ -55,9 +56,6 @@ const QuickFilterSettings = {
|
|||
return 'dropdown-item'
|
||||
}
|
||||
},
|
||||
loggedIn() {
|
||||
return !!useUsersStore().currentUser
|
||||
},
|
||||
replyVisibilitySelf: {
|
||||
get() {
|
||||
return this.mergedConfig.replyVisibility === 'self'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue