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