mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
リモートユーザーでも投稿数とか見れるように
This commit is contained in:
parent
c3a3c04355
commit
1afa8e3aaf
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
<div class="status" v-if="user.host === null">
|
<div class="status">
|
||||||
<router-link :to="user | userPage()" :class="{ active: $route.name === 'user' }">
|
<router-link :to="user | userPage()" :class="{ active: $route.name === 'user' }">
|
||||||
<b>{{ user.notesCount | number }}</b>
|
<b>{{ user.notesCount | number }}</b>
|
||||||
<span>{{ $t('notes') }}</span>
|
<span>{{ $t('notes') }}</span>
|
||||||
|
|
Loading…
Reference in a new issue