Group / Channel Members: Сorrect left position (#5773)

This commit is contained in:
Alexander Zinchuk 2025-03-27 19:03:23 +01:00
parent 8b51c2a557
commit 9bbad7c202

View File

@ -237,6 +237,7 @@ const ManageGroupMembers: FC<OwnProps & StateProps> = ({
// eslint-disable-next-line react/jsx-no-bind
onClick={() => handleMemberClick(id)}
contextActions={getMemberContextAction(id)}
withPortalForMenu
>
<PrivateChatInfo userId={id} forceShowSelf withStory />
</ListItem>