This commit is contained in:
mattyatea 2024-05-16 03:21:57 +09:00
parent 4a0138297e
commit db588acce0

View file

@ -143,7 +143,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<b>{{ number(user.followersCount) }}</b> <b>{{ number(user.followersCount) }}</b>
<span>{{ i18n.ts.followers }}</span> <span>{{ i18n.ts.followers }}</span>
</MkA> </MkA>
<MkA> <MkA v-if="!user.host">
<b> {{ number(user.getPoints) }}</b> <b> {{ number(user.getPoints) }}</b>
<span>{{ i18n.ts.points }}</span> <span>{{ i18n.ts.points }}</span>
</MkA> </MkA>