diff --git a/src/pages/profile.tsx b/src/pages/profile.tsx
index 53a565aa..3d142ed4 100644
--- a/src/pages/profile.tsx
+++ b/src/pages/profile.tsx
@@ -361,26 +361,37 @@ export default function Home() {
-
(profilePictureInput.current as any)?.click()}>
-
-
-
+
+
(profilePictureInput.current as any)?.click()}>
+
+
+
+
+
-

+
+
(profilePictureInput.current as any)?.click()}
+ className="cursor-pointer text-mti-purple-light text-sm">
+ Change picture
+
+
{USER_TYPE_LABELS[user.type]}
-
-
(profilePictureInput.current as any)?.click()}
- className="cursor-pointer text-mti-purple-light text-sm">
- Change picture
-
-
{USER_TYPE_LABELS[user.type]}
+ {user.type === 'agent' && (
+
+
}.png`})
+
+ )}