From 2e5d852a77aa2600e273193091c1733dcfd5747d Mon Sep 17 00:00:00 2001 From: Marshall Polaris Date: Sat, 25 Jun 2022 18:20:54 -0700 Subject: [PATCH] Fix lint --- web/pages/group/[...slugs]/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/pages/group/[...slugs]/index.tsx b/web/pages/group/[...slugs]/index.tsx index b2b758a1..a3b99128 100644 --- a/web/pages/group/[...slugs]/index.tsx +++ b/web/pages/group/[...slugs]/index.tsx @@ -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',