Skip to content

Commit

Permalink
problems fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgiySergeev committed Mar 14, 2024
1 parent 15db2bd commit c58212b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/MovieDetailsCard/MovieDetailsCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
TitleSecond,
TextOverview,
ScoreBox,
ImageWrapper,
// ImageWrapper,
} from './MovieDetailsCard.styled';
import { useDispatch, useSelector } from 'react-redux';
// import { selectWatchlist } from '../../redux/watchlist/watchlist-selectors';
Expand Down
2 changes: 1 addition & 1 deletion src/pages/WatchList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { selectCurrentUserId } from '../redux/auth/auth-selectors';
import { useEffect, useState } from 'react';
import { writeUserData } from 'servises/firebase-auth';
import { Header } from 'components/Header/Header';
import WatchListSidebar from 'components/WatchListSidebar/WatchListSidebar';
// import WatchListSidebar from 'components/WatchListSidebar/WatchListSidebar';

const WatchList = () => {
const [page, setPage] = useState(1);
Expand Down

0 comments on commit c58212b

Please sign in to comment.