summaryrefslogtreecommitdiffstats
path: root/ui/src/components/community-form.tsx
diff options
context:
space:
mode:
authorDessalines <happydooby@gmail.com>2019-08-09 15:52:32 -0700
committerDessalines <happydooby@gmail.com>2019-08-09 15:52:32 -0700
commitf896bb846ae4192d4ad3ed0e7920410d9f66ea0f (patch)
tree1b7095024b88b6788bc699ce9c9096d907811de9 /ui/src/components/community-form.tsx
parent2db71bf1dd3b8d8499bd0f445485bb8e176ccf98 (diff)
Second front end pass.
Diffstat (limited to 'ui/src/components/community-form.tsx')
-rw-r--r--ui/src/components/community-form.tsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/src/components/community-form.tsx b/ui/src/components/community-form.tsx
index f6520fc6..5db2fcb6 100644
--- a/ui/src/components/community-form.tsx
+++ b/ui/src/components/community-form.tsx
@@ -171,8 +171,7 @@ export class CommunityForm extends Component<CommunityFormProps, CommunityFormSt
this.state.loading = false;
this.props.onCreate(res.community);
}
-
- // TODO is this necessary?
+ // TODO is ths necessary
else if (op == UserOperation.EditCommunity) {
let res: CommunityResponse = msg;
this.state.loading = false;