mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-09 18:15:28 +00:00
Update UserProfile.tsx
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user