diff --git a/src/app/components/user-profile/UserRoomProfile.tsx b/src/app/components/user-profile/UserRoomProfile.tsx index e92d9098..b8b34d78 100644 --- a/src/app/components/user-profile/UserRoomProfile.tsx +++ b/src/app/components/user-profile/UserRoomProfile.tsx @@ -95,25 +95,27 @@ export function UserRoomProfile({ userId }: UserRoomProfileProps) { - - - + {userId !== myUserId && ( + + + + )} {directMessageState.status === AsyncStatus.Error && (