From 839a639f1e2494b17aaa591fa9ebbc9cff733ae5 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Fri, 31 Mar 2023 13:46:09 -0500 Subject: [PATCH] Only show toggle for public groups --- app/soapbox/features/group/group-timeline.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/features/group/group-timeline.tsx b/app/soapbox/features/group/group-timeline.tsx index 6162b2ad00..f718b9c87d 100644 --- a/app/soapbox/features/group/group-timeline.tsx +++ b/app/soapbox/features/group/group-timeline.tsx @@ -67,7 +67,7 @@ const GroupTimeline: React.FC = (props) => { shouldCondense autoFocus={false} group={groupId} - extra={( + extra={!group.locked && (