diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-03-21 13:07:15 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-03-21 13:07:15 +0900 |
| commit | 9722ed99a3bde03f39b367492568010523bd18e7 (patch) | |
| tree | e7e03f90e98a358af0d879af27bc456659899530 /src/client | |
| parent | Resolve #6145 (diff) | |
| download | misskey-9722ed99a3bde03f39b367492568010523bd18e7.tar.gz misskey-9722ed99a3bde03f39b367492568010523bd18e7.tar.bz2 misskey-9722ed99a3bde03f39b367492568010523bd18e7.zip | |
リモートユーザーでも投稿数とか見れるように
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/pages/user/index.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/pages/user/index.vue b/src/client/pages/user/index.vue index 827f7e1c9e..5f84a30c63 100644 --- a/src/client/pages/user/index.vue +++ b/src/client/pages/user/index.vue @@ -63,7 +63,7 @@ </dd> </dl> </div> - <div class="status" v-if="user.host === null"> + <div class="status"> <router-link :to="user | userPage()" :class="{ active: $route.name === 'user' }"> <b>{{ user.notesCount | number }}</b> <span>{{ $t('notes') }}</span> |