aboutsummaryrefslogtreecommitdiff
path: root/profile/public/user.js
diff options
context:
space:
mode:
authorMarvin Borner2021-01-29 21:39:56 +0100
committerMarvin Borner2021-01-29 21:39:56 +0100
commit6d3482b410b43ec34ac0135ad1390260856a8a02 (patch)
tree26facd519ffe4e16c814bb6381cede50c4b1729b /profile/public/user.js
parentfa2f4bc45a5cdf427604c67e2c69ac599ea181bd (diff)
idc
Diffstat (limited to 'profile/public/user.js')
-rw-r--r--profile/public/user.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/profile/public/user.js b/profile/public/user.js
index 12f2fd6..22d31cc 100644
--- a/profile/public/user.js
+++ b/profile/public/user.js
@@ -11,7 +11,6 @@ async function addUser(userData) {
const { user } = userData;
const h1 = document.createElement("h1");
h1.textContent = `${user.name} ${user.middlename || ""} ${user.surname}`;
- h1.classList.add("hidden-chevron");
userDiv.append(h1);
document.querySelector("title").textContent = h1.textContent;
return;