forked from AkkomaGang/akkoma-fe
Don't hide the bio.
This commit is contained in:
parent
699ee0891d
commit
5a59eb4efa
1 changed files with 2 additions and 2 deletions
|
@ -90,8 +90,8 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div v-if="!hideUserStatsLocal || switcher" class="panel-body profile-panel-body">
|
||||
<div class="user-counts" :class="{clickable: switcher}">
|
||||
<div class="panel-body profile-panel-body">
|
||||
<div v-if="!hideUserStatsLocal || switcher" class="user-counts" :class="{clickable: switcher}">
|
||||
<div class="user-count" v-on:click.prevent="setProfileView('statuses')" :class="{selected: selected === 'statuses'}">
|
||||
<h5>{{ $t('user_card.statuses') }}</h5>
|
||||
<span v-if="!hideUserStatsLocal">{{user.statuses_count}} <br></span>
|
||||
|
|
Loading…
Reference in a new issue