fix: remove undefined function
This commit is contained in:
parent
0108c871b8
commit
968762061f
1
main.js
1
main.js
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue