Skip to content

Commit

Permalink
Minor push to test build
Browse files Browse the repository at this point in the history
  • Loading branch information
ecarpouzis committed Mar 20, 2024
1 parent 159018d commit c119e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/src/Pages/InsertPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function InsertPage() {

function omdbMapMovie(movieData) {
// Ratings come back in a source/value array
// imdb gets a special property but RT doesn't and must be formatted.
// imdb gets a special property, but RT doesn't and must be formatted.
const rtRating = movieData.ratings.filter((rating) => rating.source == "Rotten Tomatoes");

let movie = {
Expand Down

0 comments on commit c119e07

Please sign in to comment.