invite url

pull/1073/head
TeamAbronDev 2025-01-02 16:36:36 +03:30
parent 7fc0d26827
commit a0b4e420e5
1 changed files with 2 additions and 1 deletions

View File

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