Skip to content

Commit

Permalink
Remove async save operation from Favorites.razor
Browse files Browse the repository at this point in the history
  • Loading branch information
nenad0707 committed Oct 13, 2024
1 parent 486f19e commit c6ac50a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion MovieCraft.Client/Pages/Favorites.razor
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
{
<div class="col-lg-3 col-md-4 col-sm-6 mb-4">
<div class="favorite-movie-card">
//await _favoriteMovieRepository.SaveChangesAsync();
<img src="@ImageHelper.GetPosterUrl(favoriteMovie.PosterPath)" alt="@favoriteMovie.Title" loading="lazy" />
<div class="favorite-movie-title">@favoriteMovie.Title</div>
<div class="favorite-movie-overlay">
Expand Down

0 comments on commit c6ac50a

Please sign in to comment.