Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantin-it-lysenko committed Dec 21, 2023
1 parent 3eb1558 commit 7805c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/MovieDetails.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const MovieDetails = () => {
useEffect(() => {
if (!movieId) return;
getSelectedMovie();
}, [movieId]);
});

const getSelectedMovie = async () => {
try {
Expand Down

0 comments on commit 7805c17

Please sign in to comment.