We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ae72f1 commit 551426fCopy full SHA for 551426f
src/components/CommentsList.js
@@ -6,7 +6,6 @@ import { connect } from 'react-redux'
6
import {Comment , CompactComment} from './Comment'
7
import NewCommentBox from './NewCommentBox'
8
import Event from './Event'
9
-import { postComment } from '../redux/actions'
10
11
import style from '../styles/CommentsList.scss'
12
src/components/NewCommentBox.js
@@ -7,6 +7,7 @@ import { connect } from 'react-redux'
import Octicon from 'react-octicon'
import Textarea from 'react-textarea-autosize'
+import { postComment } from '../redux/actions'
import Avatar from './Avatar'
13
const md = new MarkdownIt({
0 commit comments