diff --git a/apps/comments-ui/src/components/Comment.js b/apps/comments-ui/src/components/Comment.js index 37856dd124..3e4bdfcdda 100644 --- a/apps/comments-ui/src/components/Comment.js +++ b/apps/comments-ui/src/components/Comment.js @@ -3,7 +3,7 @@ import React from 'react'; import AppContext from '../AppContext'; import Avatar from './Avatar'; import Like from './Like'; -import Reply from './Reply'; +// import Reply from './Reply'; import More from './More'; import EditForm from './EditForm'; @@ -69,7 +69,7 @@ class Comment extends React.Component {