diff --git a/src/screens/Profile/Profile.js b/src/screens/Profile/Profile.js
index 14c2494..3b6454f 100644
--- a/src/screens/Profile/Profile.js
+++ b/src/screens/Profile/Profile.js
@@ -238,7 +238,7 @@ const Profile = () => {
backgroundColor: isWeb ? "transparent" : "#0000004D",
}}
rightComponent={() =>
- isSelf ? (
+ !isWeb && isSelf ? (
SheetManager.show("ProfileSettings")}>
@@ -258,6 +258,20 @@ const Profile = () => {
// Platform.OS !== "ios" ? "dimezisBlurView" : "none"
// }
>
+ {isWeb && (
+ SheetManager.show("ProfileSettings")}>
+
+
+ )}
+
{
"Profil"}
-
+
{Array.isArray(displayedProjects)