Update UserProfile.tsx

This commit is contained in:
teamabron
2025-01-03 22:16:44 +03:30
committed by GitHub
parent 7ae6aee942
commit ed6e0f3fbe

View File

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