mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-09-13 14:22:25 +03:00
Hide block user button for own profile (#2439)
This commit is contained in:
parent
50583f9474
commit
544a06964d
1 changed files with 2 additions and 2 deletions
|
@ -124,8 +124,8 @@ export function UserRoomProfile({ userId }: UserRoomProfileProps) {
|
|||
{server && <ServerChip server={server} />}
|
||||
<ShareChip userId={userId} />
|
||||
{creator ? <CreatorChip /> : <PowerChip userId={userId} />}
|
||||
<MutualRoomsChip userId={userId} />
|
||||
<OptionsChip userId={userId} />
|
||||
{userId !== myUserId && <MutualRoomsChip userId={userId} />}
|
||||
{userId !== myUserId && <OptionsChip userId={userId} />}
|
||||
</Box>
|
||||
</Box>
|
||||
{ignored && <IgnoredUserAlert />}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue