summaryrefslogtreecommitdiffstats
path: root/webapp/components/rename_channel_modal.jsx
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-09-22 17:26:28 -0400
committerGitHub <noreply@github.com>2016-09-22 17:26:28 -0400
commit6d62d65b2dc85855aabea036cbd44f6059e19d13 (patch)
tree37116d9e16c2f457b6c5a30d291c004d4a3a86a6 /webapp/components/rename_channel_modal.jsx
parent353761b917a5be34cb519e9ca86d316747c6a9f7 (diff)
downloadchat-6d62d65b2dc85855aabea036cbd44f6059e19d13.tar.gz
chat-6d62d65b2dc85855aabea036cbd44f6059e19d13.tar.bz2
chat-6d62d65b2dc85855aabea036cbd44f6059e19d13.zip
Fixing build failure caused by dependancies updating (#4076)
Diffstat (limited to 'webapp/components/rename_channel_modal.jsx')
-rw-r--r--webapp/components/rename_channel_modal.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/rename_channel_modal.jsx b/webapp/components/rename_channel_modal.jsx
index 46dbe1b89..794177373 100644
--- a/webapp/components/rename_channel_modal.jsx
+++ b/webapp/components/rename_channel_modal.jsx
@@ -44,7 +44,7 @@ const holders = defineMessages({
import React from 'react';
-export default class RenameChannelModal extends React.Component {
+export class RenameChannelModal extends React.Component {
constructor(props) {
super(props);