From e42616655efbb3c0cac644d285c7370decee7a33 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Mon, 27 Apr 2026 14:29:00 +0200 Subject: [PATCH] Monoforum: Remove Edit Forum button from topic (#6881) --- src/components/right/RightHeader.tsx | 51 ++++++++++++---------------- 1 file changed, 21 insertions(+), 30 deletions(-) diff --git a/src/components/right/RightHeader.tsx b/src/components/right/RightHeader.tsx index 9f157137f..e78168e31 100644 --- a/src/components/right/RightHeader.tsx +++ b/src/components/right/RightHeader.tsx @@ -389,6 +389,26 @@ const RightHeader: FC = ({ ); }, [isMobile, lang]); + const primaryEditButton = canEditTopic ? ( +