From afe3daa73818f0328b722ca430ee913b9520b2dc Mon Sep 17 00:00:00 2001 From: d_yanis Date: Fri, 9 Feb 2024 12:19:54 +0100 Subject: [PATCH] wip --- front/views/Settings.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/front/views/Settings.tsx b/front/views/Settings.tsx index 2c9b0ce..a207d77 100644 --- a/front/views/Settings.tsx +++ b/front/views/Settings.tsx @@ -68,11 +68,12 @@ function ProfilSettings({ user }: { user: User }) { const size = "171x180"; const profilePicture = user.profilePicture + "/" + size; + console.log("profile :" + profilePicture); return ( - +