From ed6e0f3fbe7b27410ff180032462fde85e2d6660 Mon Sep 17 00:00:00 2001 From: teamabron <110968521+teamabron@users.noreply.github.com> Date: Fri, 3 Jan 2025 22:16:44 +0330 Subject: [PATCH] Update UserProfile.tsx --- src/controllers/modals/components/legacy/UserProfile.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/modals/components/legacy/UserProfile.tsx b/src/controllers/modals/components/legacy/UserProfile.tsx index fac30f03..f9040a66 100644 --- a/src/controllers/modals/components/legacy/UserProfile.tsx +++ b/src/controllers/modals/components/legacy/UserProfile.tsx @@ -207,7 +207,7 @@ export const UserProfile = observer( )} -                        {(user.relationship === "Friend" || user.bot || user.relationship === "None") && ( + {(user.relationship === "Friend" || user.relationship === "None" || user.relationship === "Outgoing" || user.relationship === "Incoming" || user.bot ) && (