summaryrefslogtreecommitdiffstats
path: root/ui/src/components/community-form.tsx
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-08-09 15:52:32 -0700
committerDessalines <tyhou13@gmx.com>2019-08-09 15:52:32 -0700
commit3060608a45bdbb2bd08f5a2ec95f4312ff2c98a7 (patch)
tree99a229642ee4b73c17a2adac3afc928f6279667a /ui/src/components/community-form.tsx
parent91a3d1439381e25955f84f70fd9ebb21fc6160ba (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;