cleanup
This commit is contained in:
parent
e7b11fdb85
commit
cbda3b3d65
1 changed files with 1 additions and 3 deletions
|
|
@ -36,9 +36,7 @@ const QuickViewSettings = {
|
|||
...mapState(useInterfaceStore, {
|
||||
mobileLayout: (state) => state.layoutType === 'mobile',
|
||||
}),
|
||||
loggedIn() {
|
||||
return !!useUsersStore().currentUser
|
||||
},
|
||||
...mapState(useUsersStore, ['loggedIn']),
|
||||
conversationDisplay: {
|
||||
get() {
|
||||
return this.mergedConfig.conversationDisplay
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue