diff --git a/views/app/index.html b/views/app/index.html index 4e58a7742a..929b0f863c 100644 --- a/views/app/index.html +++ b/views/app/index.html @@ -163,7 +163,7 @@ {#if _user.history.exp}   {/} - {Math.floor(_user.stats.exp)} / {_user._tnl} + {round(_user.stats.exp)} / {_user._tnl}