diff --git a/Site Web/client/src/components/UserProfil/NavigationProfil/PostsPersonnels.js b/Site Web/client/src/components/UserProfil/NavigationProfil/PostsPersonnels.js
index 942a3f41..832d4e28 100644
--- a/Site Web/client/src/components/UserProfil/NavigationProfil/PostsPersonnels.js
+++ b/Site Web/client/src/components/UserProfil/NavigationProfil/PostsPersonnels.js
@@ -8,7 +8,6 @@ const PostPersonnels=()=>{
return(
- oooo
)
diff --git a/Site Web/client/src/pages/Profil.js b/Site Web/client/src/pages/Profil.js
index 6e2fa11a..0c8fb0d0 100644
--- a/Site Web/client/src/pages/Profil.js
+++ b/Site Web/client/src/pages/Profil.js
@@ -13,8 +13,8 @@ const Profil = () => {
const dispatch = useDispatch();
const [followingPopup, setFollowingPopup] = useState(false);
const [followerPopup, setFollowerPopup] = useState(false);
- const [dossierPersonnels,setdossierPersonnels ] = useState(false);
- const [postPersonnels,setpostPersonnels ] = useState(true);
+ const [dossierPersonnels,setdossierPersonnels ] = useState(true);
+ const [postPersonnels,setpostPersonnels ] = useState(false);
const [postLikes,setpostLikes ] =useState(false)
const handleModals = (e) => {