Skip to content

Commit

Permalink
update the delete symble
Browse files Browse the repository at this point in the history
  • Loading branch information
8YBY8 committed Jul 23, 2024
1 parent 1c831e2 commit f6a223f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/movie.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function returnReviews(url){
<div class="card" id="${review._id}">
<p><strong>Review: </strong>${review.review}</p>
<p><strong>User: </strong>${review.user}</p>
<p><a href="#"onclick="editReview('${review._id}','${review.review}', '${review.user}')">Edit</a> <a href="#" onclick="deleteReview('${review._id}')">🗑</a></p>
<p><a href="#"onclick="editReview('${review._id}','${review.review}', '${review.user}')">Edit</a> <a href="#" onclick="deleteReview('${review._id}')">Delete</a></p>
</div>
</div>
</div>
Expand Down

0 comments on commit f6a223f

Please sign in to comment.