summaryrefslogtreecommitdiffstats
path: root/web/react/pages/channel.jsx
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2015-11-16 12:08:05 -0500
committerhmhealey <harrisonmhealey@gmail.com>2015-11-23 10:53:06 -0500
commit6237631a85b79311a60b87df423abbdce56c7876 (patch)
tree2fe385ee6258be1d9f83cc737fd51651359ff48c /web/react/pages/channel.jsx
parent60e2314baaa17fe972f13e6f763e08e03e356c8a (diff)
downloadchat-6237631a85b79311a60b87df423abbdce56c7876.tar.gz
chat-6237631a85b79311a60b87df423abbdce56c7876.tar.bz2
chat-6237631a85b79311a60b87df423abbdce56c7876.zip
Ported EditChannelModal to React-Bootstrap
Diffstat (limited to 'web/react/pages/channel.jsx')
-rw-r--r--web/react/pages/channel.jsx6
1 files changed, 0 insertions, 6 deletions
diff --git a/web/react/pages/channel.jsx b/web/react/pages/channel.jsx
index 5cc1be741..1c0d873d5 100644
--- a/web/react/pages/channel.jsx
+++ b/web/react/pages/channel.jsx
@@ -8,7 +8,6 @@ import ErrorStore from '../stores/error_store.jsx';
import MentionList from '../components/mention_list.jsx';
import GetLinkModal from '../components/get_link_modal.jsx';
-import EditChannelModal from '../components/edit_channel_modal.jsx';
import RenameChannelModal from '../components/rename_channel_modal.jsx';
import EditPostModal from '../components/edit_post_modal.jsx';
import DeletePostModal from '../components/delete_post_modal.jsx';
@@ -93,11 +92,6 @@ function setupChannelPage(props, team, channel) {
);
ReactDOM.render(
- <EditChannelModal />,
- document.getElementById('edit_channel_modal')
- );
-
- ReactDOM.render(
<RenameChannelModal />,
document.getElementById('rename_channel_modal')
);