petite modif

This commit is contained in:
PrStein 2023-06-06 13:37:26 +02:00
parent 37e500f9d8
commit 4ee687d890

View File

@ -43,8 +43,8 @@ function Profile () {
catch(err){ catch(err){
console.log(err); console.log(err);
} }
getConv();
}; };
getConv();
return ( return (
<div className="profile"> <div className="profile">
<img className="profile-pic" src={DefaultPicture} alt="Profile pic" /> <img className="profile-pic" src={DefaultPicture} alt="Profile pic" />