Skip to content

Commit

Permalink
Update Anime.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
amelinaa committed Dec 24, 2024
1 parent 143e6d7 commit 2a1c1ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/Anime.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const Anime = () => {
const [users, setUsers] = useState();
const [reviews, setReviews] = useState([]);
const [editingReviewId, setEditingReviewId] = useState(null);
const [userRating, setUserRating] = useState(0); // Состояние для хранения оценки пользователя
const [userRating, setUserRating] = useState(0);
const [curr_user, setUser] = useState();

useEffect(() => {
Expand Down

0 comments on commit 2a1c1ab

Please sign in to comment.