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";
|
import "./description.scss";
|
||||||
|
|
||||||
const Description = ({ onLoadMore, isLoadingMore }) => {
|
const Description = ({ onLoadMore, isLoadingMore }) => {
|
||||||
// const candidatesListArr = useSelector(selectProfiles);
|
const candidatesListArr = useSelector(selectProfiles);
|
||||||
const candidatesListArr = [];
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<section className="description">
|
<section className="description">
|
||||||
|
Loading…
Reference in New Issue
Block a user