This commit is contained in:
Henry Jameson 2026-02-05 01:24:53 +02:00
commit 9060977790
7 changed files with 9 additions and 8 deletions

View file

@ -47,7 +47,7 @@
</router-link>
</li>
<li
v-if="currentUser || !private"
v-if="currentUser || !privateMode"
@click="toggleDrawer"
>
<router-link
@ -166,7 +166,7 @@
</ul>
<ul>
<li
v-if="currentUser || !private"
v-if="currentUser || !privateMode"
@click="toggleDrawer"
>
<router-link