summaryrefslogtreecommitdiffstats
path: root/ui/src/components/create-community.tsx
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-03-27 09:59:21 -0700
committerDessalines <tyhou13@gmx.com>2019-03-27 09:59:21 -0700
commit2bb2b8473771168f16495beafb82d50913df2b1d (patch)
tree63485f7ce17504aee7be8f1c2f1bdc4e9605b3db /ui/src/components/create-community.tsx
parent25dcb8f4f4f80e401d1d3154923e2dcd05664c76 (diff)
New comments tree mostly working.
- Fixed some bugs w/ the websocket service
Diffstat (limited to 'ui/src/components/create-community.tsx')
-rw-r--r--ui/src/components/create-community.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/src/components/create-community.tsx b/ui/src/components/create-community.tsx
index 0a0edae6..7e56fcda 100644
--- a/ui/src/components/create-community.tsx
+++ b/ui/src/components/create-community.tsx
@@ -78,7 +78,6 @@ export class CreateCommunity extends Component<any, State> {
handleCommunityNameChange(i: CreateCommunity, event) {
i.state.communityForm.name = event.target.value;
- i.setState(i.state);
}
parseMessage(msg: any) {