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 ? ( +