Skip to content

Commit

Permalink
Update AddReview.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
amelinaa committed Dec 24, 2024
1 parent 9775be6 commit 36eb8af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/AddReview.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const AddReview = ({ animeId, animeName, coverurl, onReviewAdded }) => {
userId: userId,
animeId: animeId,
animeName: animeName,
coverUrl: coverurl, // Добавьте URL постера, если нужно
coverUrl: coverurl,
date: new Date().toISOString(),
rate: rate,
text: text,
Expand Down

0 comments on commit 36eb8af

Please sign in to comment.