From 6e35e9c987c32e3bde2c270d80f952cea63b1e99 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Sun, 18 Jun 2023 12:04:03 +0200 Subject: [PATCH] Right Column: Remove button to edit bots' info (#3358) --- src/components/right/RightHeader.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/right/RightHeader.tsx b/src/components/right/RightHeader.tsx index 9c69a39cd..7db48387b 100644 --- a/src/components/right/RightHeader.tsx +++ b/src/components/right/RightHeader.tsx @@ -464,7 +464,7 @@ const RightHeader: FC = ({ )} - {canManage && !isInsideTopic && ( + {canManage && !isInsideTopic && !isBot && (