forked from AkkomaGang/akkoma-fe
post-rebase fix, backported d7d787b84c
This commit is contained in:
parent
38d5226ad1
commit
d886ab752c
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
<div class="name-and-screen-name">
|
||||
<div :title="user.name" class='user-name'>{{user.name}}</div>
|
||||
<router-link class='user-screen-name':to="{ name: 'user-profile', params: { id: user.id } }">
|
||||
<span>@{{user.screen_name}}</span>
|
||||
<span>@{{user.screen_name}}</span><span v-if="user.locked"><i class="icon icon-lock"></i></span>
|
||||
<span class="dailyAvg">{{dailyAvg}} {{ $t('user_card.per_day') }}</span>
|
||||
</router-link>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue