diff --git a/src/controllers/modals/components/legacy/UserProfile.tsx b/src/controllers/modals/components/legacy/UserProfile.tsx index 9cbb150a..fac30f03 100644 --- a/src/controllers/modals/components/legacy/UserProfile.tsx +++ b/src/controllers/modals/components/legacy/UserProfile.tsx @@ -207,7 +207,8 @@ export const UserProfile = observer( )} - {(user.relationship === "Friend" || user.bot) && ( +                        {(user.relationship === "Friend" || user.bot || user.relationship === "None") && ( +