summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2016-05-06 13:25:00 -0700
committerCorey Hulen <corey@hulen.com>2016-05-06 13:25:00 -0700
commitbe16307c0644ca833316373c5715ae598746240c (patch)
tree7b39ea7a10b3be8fb1ec9866a1da6d0d6f4f4306 /webapp
parente1cae3b15b1a85fcb2ef30fee0076ae3a8d23856 (diff)
downloadchat-be16307c0644ca833316373c5715ae598746240c.tar.gz
chat-be16307c0644ca833316373c5715ae598746240c.tar.bz2
chat-be16307c0644ca833316373c5715ae598746240c.zip
Fixing RHS issue (#2917)
Diffstat (limited to 'webapp')
-rw-r--r--webapp/components/rhs_root_post.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/rhs_root_post.jsx b/webapp/components/rhs_root_post.jsx
index a9f6612dc..849971864 100644
--- a/webapp/components/rhs_root_post.jsx
+++ b/webapp/components/rhs_root_post.jsx
@@ -4,7 +4,7 @@
import ChannelStore from 'stores/channel_store.jsx';
import UserProfile from './user_profile.jsx';
import UserStore from 'stores/user_store.jsx';
-import TeamStore from 'stores/user_store.jsx';
+import TeamStore from 'stores/team_store.jsx';
import * as TextFormatting from 'utils/text_formatting.jsx';
import * as Utils from 'utils/utils.jsx';
import FileAttachmentList from './file_attachment_list.jsx';