Skip to content

Commit

Permalink
fix error b00tc4mp#40
Browse files Browse the repository at this point in the history
  • Loading branch information
JOSE-QUERO committed Nov 13, 2024
1 parent 97a56a5 commit 864e775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staff/jose-quero/app/view/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ homeCreatePostForm.onsubmit = function (event) {
homePost.appendChild(postAuthor)

var postImage = document.createElement('img')
postImage - src = post.image
postImage.src = post.image
homePost.appendChild(postImage)

var postText = document.createElement('p')
Expand Down

0 comments on commit 864e775

Please sign in to comment.