Skip to content

Commit

Permalink
Fix: Updated frontend UI (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangsonww committed Mar 12, 2024
1 parent 1cde52e commit 34517e6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion MovieVerse-Frontend/html/profile.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,12 @@
<li><%= genre %></li>
<% }) %>
</ul>
<p>Favorite Actors:</p>
<ul>
<% user.favoriteActors.forEach(actor => { %>
<li><%= actor.name %></li>
<% }) %>
</ul>
</div>
<% } else { %>
<p>User not found.</p>
Expand Down

0 comments on commit 34517e6

Please sign in to comment.