diff --git a/front/views/Settings.tsx b/front/views/Settings.tsx index 29d145d..b1d13e3 100644 --- a/front/views/Settings.tsx +++ b/front/views/Settings.tsx @@ -66,14 +66,14 @@ function ProfilSettings({ user }: { user: User }) { const nameRef = useRef(null); const emailRef = useRef(null); - const size = "171x180"; - const profilePicture = user.profilePicture + "/" + size; + const width = 140; + const profilePicture = user.profilePicture; console.log("profile :" + profilePicture); return ( - +