Open ShubhamSKadam opened 1 year ago
🎯 Your goal is to fix the rating to 1 decimal place.
I would like to take on this issue and work on it. Can you please assign it to me so that I can get started
@alokVerma749 You can work over the issue.
you can review it.
I merged it without reviewing. Later I figured out that the changes you made are not reflected in every movie. Please check.
it looks like the production js version didn't support the toFixed()
method, if this is the case we can use some alternative of that method.
add in movieinformation.jsx at the rating next line
{data?.vote_average.toFixed(1)} / 10 this line will help {data?.vote_average.toFixed(1)} / 10
can you elaborate on this issue