Darius BERTRAND 2 years ago
parent e80ed4149e
commit 42c530032c

@ -8,7 +8,6 @@ const PostPersonnels=()=>{
return( return(
<div className='postPersonnel'> <div className='postPersonnel'>
oooo
<NouveauDisplayPosts/> <NouveauDisplayPosts/>
</div> </div>
) )

@ -13,8 +13,8 @@ const Profil = () => {
const dispatch = useDispatch(); const dispatch = useDispatch();
const [followingPopup, setFollowingPopup] = useState(false); const [followingPopup, setFollowingPopup] = useState(false);
const [followerPopup, setFollowerPopup] = useState(false); const [followerPopup, setFollowerPopup] = useState(false);
const [dossierPersonnels,setdossierPersonnels ] = useState(false); const [dossierPersonnels,setdossierPersonnels ] = useState(true);
const [postPersonnels,setpostPersonnels ] = useState(true); const [postPersonnels,setpostPersonnels ] = useState(false);
const [postLikes,setpostLikes ] =useState(false) const [postLikes,setpostLikes ] =useState(false)
const handleModals = (e) => { const handleModals = (e) => {

Loading…
Cancel
Save