danroth27/BestForYouRecipes

Star rating stars doesn't fill

Closed this issue · 1 comments

Repro steps:

  • Run the app, browse to a recipe and submit a review

Expected result:

  • Star ratings should be filled with 1-5 stars depending on review value

Actual result:

  • Stars are always 'not-filled'

My code is copied from the main branch to ensure I don't have any wonky configurations.

{
  "rating": 5,
  "text": "Super tasty soup and so easy to make! This is a perfect weeknight dinner."
},
{
  "rating": 4,
  "text": "This was an easy meal and pretty tasty."
},
{
  "rating": 5,
  "text": "One of my favorties!"
}

image

Closing due to my mistake.