summaryrefslogtreecommitdiffstats
path: root/web/react/pages/channel.jsx
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-09-15 19:34:02 -0700
committer=Corey Hulen <corey@hulen.com>2015-09-15 19:34:02 -0700
commit2fc01df828b7fe40bd17d13b78b2f8b6922bb1bb (patch)
treec329ac3cf236e77b0af48feda12c371cd5eadcc6 /web/react/pages/channel.jsx
parentd625e62d96197daac73feff0ce353b0e86ab4e60 (diff)
downloadchat-2fc01df828b7fe40bd17d13b78b2f8b6922bb1bb.tar.gz
chat-2fc01df828b7fe40bd17d13b78b2f8b6922bb1bb.tar.bz2
chat-2fc01df828b7fe40bd17d13b78b2f8b6922bb1bb.zip
Fixing eslint problems
Diffstat (limited to 'web/react/pages/channel.jsx')
-rw-r--r--web/react/pages/channel.jsx3
1 files changed, 0 insertions, 3 deletions
diff --git a/web/react/pages/channel.jsx b/web/react/pages/channel.jsx
index 59debb422..fa5710d6b 100644
--- a/web/react/pages/channel.jsx
+++ b/web/react/pages/channel.jsx
@@ -34,13 +34,10 @@ var ActivityLogModal = require('../components/activity_log_modal.jsx');
var RemovedFromChannelModal = require('../components/removed_from_channel_modal.jsx');
var FileUploadOverlay = require('../components/file_upload_overlay.jsx');
-var AsyncClient = require('../utils/async_client.jsx');
-
var Constants = require('../utils/constants.jsx');
var ActionTypes = Constants.ActionTypes;
function setupChannelPage(props) {
-
AppDispatcher.handleViewAction({
type: ActionTypes.CLICK_CHANNEL,
name: props.ChannelName,