From dab299c9af9f1bb7477527f527d126fa6df12ebd Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Wed, 2 Aug 2017 11:25:27 -0400 Subject: Fix commenting on deleted post (#7095) --- webapp/components/rhs_thread/rhs_thread.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapp/components/rhs_thread/rhs_thread.jsx') 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'; -- cgit v1.2.3-1-g7c22