Skip to content

Commit 99bdcb5

Browse files
committed
fix lint
1 parent 1cca775 commit 99bdcb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Feed/FeedComments.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class FeedComments extends React.Component {
3030
render() {
3131
const {
3232
comments, currentUser, totalComments, onLoadMoreComments, isLoadingComments, hasMoreComments, onAddNewComment,
33-
onNewCommentChange, error, avatarUrl, isAddingComment, allowComments, onSaveMessage, onDeleteMessage, onEditMessage
33+
onNewCommentChange, error, avatarUrl, isAddingComment, allowComments, onSaveMessage, onDeleteMessage
3434
} = this.props
3535
let authorName = currentUser.firstName
3636
if (authorName && currentUser.lastName) {

0 commit comments

Comments
 (0)