@ -22,8 +22,6 @@ const MiniProfil = ({uid} ) => {
return <p>Loading...</p>;
}
return (
<div className="ListReco">
<div className="UtiReco">
@ -49,6 +49,10 @@ const PostNouvelleAffichage = ( { post } ) => {
!isEmpty(usersData[0]) && setIsLoading(false)
})
if(!isLoading){
return <p></p>;
<li className='PostesProfilConteneur' key={post._id}>
{isLoading ? (