Compare commits
2 commits
d0b88bdf63
...
74af5b74ba
Author | SHA1 | Date | |
---|---|---|---|
jona | 74af5b74ba | ||
jona | eb757915be |
|
@ -54,7 +54,6 @@
|
||||||
</b-navbar-item>
|
</b-navbar-item>
|
||||||
</template>
|
</template>
|
||||||
<template slot="end">
|
<template slot="end">
|
||||||
|
|
||||||
<b-navbar-dropdown
|
<b-navbar-dropdown
|
||||||
v-if="currentActor.id && currentUser.isLoggedIn"
|
v-if="currentActor.id && currentUser.isLoggedIn"
|
||||||
right
|
right
|
||||||
|
@ -85,7 +84,7 @@
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<!-- No identities dropdown if no identities -->
|
<!-- Noo identities dropdown if no identities -->
|
||||||
<span v-if="identities.length <= 1" />
|
<span v-if="identities.length <= 1" />
|
||||||
<b-navbar-item
|
<b-navbar-item
|
||||||
tag="span"
|
tag="span"
|
||||||
|
|
Loading…
Reference in a new issue