Update UserProfile.tsx

pull/1073/head
teamabron 2025-01-03 22:16:44 +03:30 committed by GitHub
parent 7ae6aee942
commit ed6e0f3fbe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ export const UserProfile = observer(
</Button>
</Link>
)}
                       {(user.relationship === "Friend" || user.bot || user.relationship === "None") && (
{(user.relationship === "Friend" || user.relationship === "None" || user.relationship === "Outgoing" || user.relationship === "Incoming" || user.bot ) && (
<Localizer>
<Tooltip