Right Column: Remove button to edit bots' info (#3358)
This commit is contained in:
parent
915dbe5736
commit
6e35e9c987
@ -464,7 +464,7 @@ const RightHeader: FC<OwnProps & StateProps> = ({
|
||||
<i className="icon icon-add-user" />
|
||||
</Button>
|
||||
)}
|
||||
{canManage && !isInsideTopic && (
|
||||
{canManage && !isInsideTopic && !isBot && (
|
||||
<Button
|
||||
round
|
||||
color="translucent"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user