invite url
parent
7fc0d26827
commit
a0b4e420e5
|
|
@ -207,7 +207,8 @@ export const UserProfile = observer(
|
|||
</Button>
|
||||
</Link>
|
||||
)}
|
||||
{(user.relationship === "Friend" || user.bot) && (
|
||||
{(user.relationship === "Friend" || user.bot || user.relationship === "None") && (
|
||||
|
||||
<Localizer>
|
||||
<Tooltip
|
||||
content={
|
||||
|
|
|
|||
Loading…
Reference in New Issue