tomato: undefined when the response from OMDB includes:
{
tomatoFresh: null
tomatoImage: null
tomatoMeter: null
tomatoRating: null
tomatoReviews: null
tomatoRotten: null
tomatoURL: "http://www.rottentomatoes.com/m/10009738-revanche/"
tomatoUserMeter: null
tomatoUserRating: null
tomatoUserReviews: null
}
due to:
... tomato: !movie.tomatoMeter ? undefined : ...
here.
tomato: undefinedwhen the response from OMDB includes:due to:
here.