diff --git a/src/components/Description/Description.js b/src/components/Description/Description.js index 1bedd6ab..031a07be 100644 --- a/src/components/Description/Description.js +++ b/src/components/Description/Description.js @@ -16,8 +16,7 @@ import cursorImg from "../../images/cursorImg.png"; import "./description.scss"; const Description = ({ onLoadMore, isLoadingMore }) => { - // const candidatesListArr = useSelector(selectProfiles); - const candidatesListArr = []; + const candidatesListArr = useSelector(selectProfiles); return (