This commit is contained in:
Marshall Polaris 2022-06-25 18:20:54 -07:00
parent 11f6a57c54
commit 2e5d852a77

View File

@ -304,7 +304,6 @@ function GroupOverview(props: {
isCreator: boolean
}) {
const { group, creator, isCreator, user } = props
const { about } = group
const anyoneCanJoinChoices: { [key: string]: string } = {
Closed: 'false',
Open: 'true',