From: Ajay Bura <32841439+ajbura@users.noreply.github.com>
Date: Sat, 16 Aug 2025 11:32:09 +0000 (+0530)
Subject: Hide block user button for own profile (#2439)
X-Git-Tag: v4.9.1~5
X-Git-Url: https://git.wafflesoft.org/?a=commitdiff_plain;h=544a06964db4cee60154922b41d16e859bc88d6f;p=rainny.git
Hide block user button for own profile (#2439)
---
diff --git a/src/app/components/user-profile/UserRoomProfile.tsx b/src/app/components/user-profile/UserRoomProfile.tsx
index 9f8985a..e92d909 100644
--- a/src/app/components/user-profile/UserRoomProfile.tsx
+++ b/src/app/components/user-profile/UserRoomProfile.tsx
@@ -124,8 +124,8 @@ export function UserRoomProfile({ userId }: UserRoomProfileProps) {
{server && }
{creator ? : }
-
-
+ {userId !== myUserId && }
+ {userId !== myUserId && }
{ignored && }