fix double menu point close #45
This commit is contained in:
@@ -65,9 +65,6 @@
|
|||||||
>
|
>
|
||||||
<q-item-section>{{ $t('groups') }}</q-item-section>
|
<q-item-section>{{ $t('groups') }}</q-item-section>
|
||||||
</q-item>
|
</q-item>
|
||||||
<q-item v-if="!autorized" to="/login" exact clickable v-ripple @click="closeDrawer">
|
|
||||||
<q-item-section>{{ $t('login') }}</q-item-section>
|
|
||||||
</q-item>
|
|
||||||
<q-item
|
<q-item
|
||||||
v-if="autorized || user.isPermittedTo('members', 'read')"
|
v-if="autorized || user.isPermittedTo('members', 'read')"
|
||||||
to="/report"
|
to="/report"
|
||||||
|
|||||||
Reference in New Issue
Block a user