Fix lint
This commit is contained in:
parent
11f6a57c54
commit
2e5d852a77
|
@ -304,7 +304,6 @@ function GroupOverview(props: {
|
||||||
isCreator: boolean
|
isCreator: boolean
|
||||||
}) {
|
}) {
|
||||||
const { group, creator, isCreator, user } = props
|
const { group, creator, isCreator, user } = props
|
||||||
const { about } = group
|
|
||||||
const anyoneCanJoinChoices: { [key: string]: string } = {
|
const anyoneCanJoinChoices: { [key: string]: string } = {
|
||||||
Closed: 'false',
|
Closed: 'false',
|
||||||
Open: 'true',
|
Open: 'true',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user