summaryrefslogtreecommitdiffstats
path: root/webapp/components/rhs_thread/rhs_thread.jsx
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2017-08-02 11:25:27 -0400
committerChristopher Speller <crspeller@gmail.com>2017-08-02 08:25:27 -0700
commitdab299c9af9f1bb7477527f527d126fa6df12ebd (patch)
treef23cccda8e247b7b9d783596ddd6c245d99e3573 /webapp/components/rhs_thread/rhs_thread.jsx
parent4d452143947e285045b793654c3752027cd1af63 (diff)
downloadchat-dab299c9af9f1bb7477527f527d126fa6df12ebd.tar.gz
chat-dab299c9af9f1bb7477527f527d126fa6df12ebd.tar.bz2
chat-dab299c9af9f1bb7477527f527d126fa6df12ebd.zip
Fix commenting on deleted post (#7095)
Diffstat (limited to 'webapp/components/rhs_thread/rhs_thread.jsx')
-rw-r--r--webapp/components/rhs_thread/rhs_thread.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/rhs_thread/rhs_thread.jsx b/webapp/components/rhs_thread/rhs_thread.jsx
index 73e426207..021daf3f7 100644
--- a/webapp/components/rhs_thread/rhs_thread.jsx
+++ b/webapp/components/rhs_thread/rhs_thread.jsx
@@ -1,7 +1,7 @@
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
-import CreateComment from 'components/create_comment.jsx';
+import CreateComment from 'components/create_comment';
import RhsHeaderPost from 'components/rhs_header_post.jsx';
import RootPost from 'components/rhs_root_post.jsx';
import Comment from 'components/rhs_comment.jsx';