lint
This commit is contained in:
parent
6750397ef7
commit
9060977790
7 changed files with 9 additions and 8 deletions
|
|
@ -83,7 +83,7 @@ export default {
|
|||
},
|
||||
)
|
||||
},
|
||||
...mapState(useInstanceStore, ['private']),
|
||||
...mapState(useInstanceStore, ['privateMode']),
|
||||
...mapState(useInstanceStore, {
|
||||
logoMask: (store) => store.instanceIdentity.logoMask,
|
||||
logo: (store) => store.instanceIdentity.logo,
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
</router-link>
|
||||
<div class="item right actions">
|
||||
<search-bar
|
||||
v-if="currentUser || !private"
|
||||
v-if="currentUser || !privateMode"
|
||||
@toggled="onSearchBarToggled"
|
||||
@click.stop
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue