fix: remove undefined function

This commit is contained in:
ktyl 2024-08-08 20:41:55 +01:00
parent 0108c871b8
commit 968762061f
1 changed files with 0 additions and 1 deletions

View File

@ -91,7 +91,6 @@ class Post {
getHeaderElement() { getHeaderElement() {
const elem = document.createElement("div"); const elem = document.createElement("div");
elem.className = "post-header"; elem.className = "post-header";
elem.addEventListener("click", () => updateUserProfile(this.username));
// TODO: fetch current user pfp from thispersondoesnotexist and place in local storage // TODO: fetch current user pfp from thispersondoesnotexist and place in local storage
// for now if this person is us, post octopus // for now if this person is us, post octopus