Only show toggle for public groups
This commit is contained in:
parent
59860b405a
commit
839a639f1e
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ const GroupTimeline: React.FC<IGroupTimeline> = (props) => {
|
|||
shouldCondense
|
||||
autoFocus={false}
|
||||
group={groupId}
|
||||
extra={(
|
||||
extra={!group.locked && (
|
||||
<HStack alignItems='center' space={4}>
|
||||
<label className='ml-auto cursor-pointer' htmlFor='group-timeline-visible'>
|
||||
<Text theme='muted'>
|
||||
|
|
Loading…
Reference in a new issue