Merge branch 'bug/hide-identities-if-only-one' into 'master'

Hide identies in navbar if I have only one

See merge request framasoft/mobilizon!256
This commit is contained in:
Thomas Citharel 2019-10-12 18:44:42 +02:00
commit 1596db9d1d
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
<span>{{ currentActor.preferredUsername }}</span>
</template>
<b-navbar-item tag="span" v-for="identity in identities" v-if="identities.length > 0" :active="identity.id === currentActor.id" :key="identity.id">
<b-navbar-item tag="span" v-for="identity in identities" v-if="identities.length > 1" :active="identity.id === currentActor.id" :key="identity.id">
<span @click="setIdentity(identity)">
<div class="media-left">
<figure class="image is-32x32" v-if="identity.avatar">