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, {
|
...mapState(useInterfaceStore, {
|
||||||
mobileLayout: (state) => state.layoutType === 'mobile',
|
mobileLayout: (state) => state.layoutType === 'mobile',
|
||||||
}),
|
}),
|
||||||
loggedIn() {
|
...mapState(useUsersStore, ['loggedIn']),
|
||||||
return !!useUsersStore().currentUser
|
|
||||||
},
|
|
||||||
conversationDisplay: {
|
conversationDisplay: {
|
||||||
get() {
|
get() {
|
||||||
return this.mergedConfig.conversationDisplay
|
return this.mergedConfig.conversationDisplay
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue