diff --git a/src/context/intermediate/popovers/UserProfile.tsx b/src/context/intermediate/popovers/UserProfile.tsx index 8594d2db..32ce465c 100644 --- a/src/context/intermediate/popovers/UserProfile.tsx +++ b/src/context/intermediate/popovers/UserProfile.tsx @@ -3,6 +3,7 @@ import { Envelope, Edit, UserPlus, + UserX, Group, InfoCircle, } from "@styled-icons/boxicons-solid"; @@ -234,6 +235,11 @@ export const UserProfile = observer( )} + {user.relationship === RelationshipStatus.Outgoing && ( + user.removeFriend()}> + + + )}