mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-09 02:37:27 +08:00
[F] Fix rank
This commit is contained in:
@@ -148,7 +148,7 @@
|
|||||||
|
|
||||||
<div class="rank">
|
<div class="rank">
|
||||||
<span>{t('UserHome.ServerRank')}</span>
|
<span>{t('UserHome.ServerRank')}</span>
|
||||||
<span>#{+d.user.serverRank.toLocaleString() + 1}</span>
|
<span>#{(d.user.serverRank + 1).toLocaleString()}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user