diff --git a/files/assets/js/userpage_v.js b/files/assets/js/userpage_v.js index d8618255f..28d395739 100644 --- a/files/assets/js/userpage_v.js +++ b/files/assets/js/userpage_v.js @@ -67,7 +67,7 @@ function toggleElement(group, id) { document.getElementById(id).classList.toggle('d-none'); } -let TRANSFER_TAX=document.getElementById('tax') +let TRANSFER_TAX=document.getElementById('tax').innerHTML function updateTax(mobile=false) { let suf = mobile ? "-mobile" : ""; diff --git a/files/templates/userpage.html b/files/templates/userpage.html index ed239ffaa..9e298a92a 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -33,11 +33,6 @@ {% block desktopUserBanner %} -{% if v %} - -{% endif %} -