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" />
|
<i className="icon icon-add-user" />
|
||||||
</Button>
|
</Button>
|
||||||
)}
|
)}
|
||||||
{canManage && !isInsideTopic && (
|
{canManage && !isInsideTopic && !isBot && (
|
||||||
<Button
|
<Button
|
||||||
round
|
round
|
||||||
color="translucent"
|
color="translucent"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user