fixed decs components

This commit is contained in:
MaxOvs19 2023-04-27 12:54:54 +03:00
parent cf4aee9ab2
commit 93c4565e26

View File

@ -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 (
<section className="description">