fixed decs components
This commit is contained in:
parent
cf4aee9ab2
commit
93c4565e26
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user