andersganander / albumtalk

Front End for pp5 project Album Talk
0 stars 0 forks source link

Fix reviews are not shown on album page #47

Closed andersganander closed 3 months ago

andersganander commented 3 months ago

Reviews were not shown on Albums page, though they could be seen when calling the api directly.

andersganander commented 3 months ago

The solution was to change the way the reviews were set using the setReviews in AlbumPage.js. setReviews({ results: [reviews] }); was changed to setReviews(reviews);