fix: remove undefined function

This commit is contained in:
ktyl 2024-08-08 20:41:55 +01:00
parent 0108c871b8
commit 968762061f

View File

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