Right Column: Remove button to edit bots' info (#3358)

This commit is contained in:
Alexander Zinchuk 2023-06-18 12:04:03 +02:00
parent 915dbe5736
commit 6e35e9c987

View File

@ -464,7 +464,7 @@ const RightHeader: FC<OwnProps & StateProps> = ({
<i className="icon icon-add-user" /> <i className="icon icon-add-user" />
</Button> </Button>
)} )}
{canManage && !isInsideTopic && ( {canManage && !isInsideTopic && !isBot && (
<Button <Button
round round
color="translucent" color="translucent"