From ed473e356e44322fc5778d8121be010152c309cc Mon Sep 17 00:00:00 2001 From: nickago Date: Wed, 5 Aug 2015 07:06:10 -0700 Subject: Fixed non-cosmetic refactoring typo --- web/react/components/new_channel.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/react/components/new_channel.jsx') diff --git a/web/react/components/new_channel.jsx b/web/react/components/new_channel.jsx index 6cf195795..93884f6eb 100644 --- a/web/react/components/new_channel.jsx +++ b/web/react/components/new_channel.jsx @@ -53,7 +53,7 @@ module.exports = React.createClass({ channel.team_id = cu.team_id; channel.description = this.refs.channel_desc.getDOMNode().value.trim(); - channel.type = this.state.channel_type; + channel.type = this.state.channelType; var self = this; client.createChannel(channel, -- cgit v1.2.3-1-g7c22